diff options
| author | Soispha <soispha@vhack.eu> | 2023-08-19 23:11:58 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-08-19 23:11:58 +0200 |
| commit | ab1e59a908e081f283f616e0c6516c6fcca0417d (patch) | |
| tree | 8a5daf40c62821f2e443da0c2fbc351fcdae34fd /home-manager/soispha | |
| parent | Fix(hm/conf/lf): Implement rename cmd (diff) | |
| download | nixos-config-ab1e59a908e081f283f616e0c6516c6fcca0417d.zip | |
Feat(hm/conf/lf/keybindings): Add mapping to load Session.vim file
Diffstat (limited to '')
| -rw-r--r-- | home-manager/soispha/config/lf/keybindings/default.nix | 1 |
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\""; |
