about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/keybindings
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 12:19:20 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 12:19:20 +0200
commit7876e45ae9684bc4878db915a8cb430ba3debbe8 (patch)
tree69f42bf3ede0fb0ff8019687b1d673fd83980e3a /hm/soispha/conf/lf/keybindings
parentRevert: "Fix(hm/conf/alacritty/color): Don't import this" (diff)
downloadnixos-config-7876e45ae9684bc4878db915a8cb430ba3debbe8.zip
Fix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt
Diffstat (limited to 'hm/soispha/conf/lf/keybindings')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix2
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";