about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 23:11:58 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 23:11:58 +0200
commitab1e59a908e081f283f616e0c6516c6fcca0417d (patch)
tree8a5daf40c62821f2e443da0c2fbc351fcdae34fd /home-manager
parentFix(hm/conf/lf): Implement rename cmd (diff)
downloadnixos-config-ab1e59a908e081f283f616e0c6516c6fcca0417d.zip
Feat(hm/conf/lf/keybindings): Add mapping to load Session.vim file
Diffstat (limited to 'home-manager')
-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 34286944..1e7712e0 100644
--- a/home-manager/soispha/config/lf/keybindings/default.nix
+++ b/home-manager/soispha/config/lf/keybindings/default.nix
@@ -13,6 +13,7 @@
 
   # File Openers
   ee = "\$\$EDITOR \"$f\"";
+  es = "\$ nvim -S \"$f\"";
   u = "%\$IVIEWER \"$f\"";
   cc = "\$sudo -e \"$f\"";