diff options
author | Soispha <soispha@vhack.eu> | 2023-08-30 19:26:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-30 19:26:05 +0200 |
commit | b15b661ceadbfe226492e2638597bacaf1524983 (patch) | |
tree | e3bc1eeb2131e375a41d2b8fc45ad2ebaaaea4d7 | |
parent | Fix(sys/impermanence): Add `/var/lib/systemd` to saved paths (diff) | |
download | nixos-config-b15b661ceadbfe226492e2638597bacaf1524983.tar.gz nixos-config-b15b661ceadbfe226492e2638597bacaf1524983.zip |
Fix(hm/conf/lf/keymaps): Run the rename command in the console
Otherwise the part after the semicolon is ignored.
Diffstat (limited to '')
-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 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"; |