about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/lf/keybindings/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 23:07:51 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 23:07:51 +0200
commita082c240d12541d12969a383d182eaccf913fa32 (patch)
tree4801d591729178b7030aa56a30b2607b0f328f20 /home-manager/soispha/config/lf/keybindings/default.nix
parentFix(hm/conf/lf/commands): Correctly quote the id string in 'fzf_jump' cmd (diff)
downloadnixos-config-a082c240d12541d12969a383d182eaccf913fa32.zip
Fix(hm/conf/lf): Split file creation and edit of the made file cmds
I mostly create files from vim, thus editing them in the terminal with
created them is useless.
Diffstat (limited to 'home-manager/soispha/config/lf/keybindings/default.nix')
-rw-r--r--home-manager/soispha/config/lf/keybindings/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/soispha/config/lf/keybindings/default.nix b/home-manager/soispha/config/lf/keybindings/default.nix
index bd11f3e3..34286944 100644
--- a/home-manager/soispha/config/lf/keybindings/default.nix
+++ b/home-manager/soispha/config/lf/keybindings/default.nix
@@ -54,6 +54,7 @@
 
   mk = "mk_ln";
   mf = "mk_file";
+  me = "mk_file_and_edit";
   md = "mk_dir";
   ms = "mk_scr_default";
   mt = "mk_scr_temp";