From 7876e45ae9684bc4878db915a8cb430ba3debbe8 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 12:19:20 +0200 Subject: Fix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt --- hm/soispha/conf/lf/keybindings/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf') 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"; -- cgit 1.4.1