From b15b661ceadbfe226492e2638597bacaf1524983 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 30 Aug 2023 19:26:05 +0200 Subject: Fix(hm/conf/lf/keymaps): Run the rename command in the console Otherwise the part after the semicolon is ignored. --- hm/soispha/conf/lf/keybindings/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index 65a3e18a..396582dc 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; cmd-end"; + r = ":rename; cmd-end"; H = "go_project_base_directory"; L = "bottom"; R = "reload"; -- cgit 1.4.1