diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 12:19:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 12:19:20 +0200 |
commit | 7876e45ae9684bc4878db915a8cb430ba3debbe8 (patch) | |
tree | 69f42bf3ede0fb0ff8019687b1d673fd83980e3a /hm | |
parent | Revert: "Fix(hm/conf/alacritty/color): Don't import this" (diff) | |
download | nixos-config-7876e45ae9684bc4878db915a8cb430ba3debbe8.zip |
Fix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index ab34d7d4..65a3e18a 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -63,7 +63,7 @@ ch = "chmod"; bg = "set_wall_paper"; o = "open_config"; - r = "rename"; + r = "rename; cmd-end"; H = "go_project_base_directory"; L = "bottom"; R = "reload"; |