diff options
author | Soispha <soispha@vhack.eu> | 2024-02-23 20:56:29 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-23 21:18:28 +0100 |
commit | 3b2ee2422050a0abc5b9e911fe45491425f41bfe (patch) | |
tree | 16f0860636b1ba265a3f045bf5b8a6df48436257 /hm/soispha/conf/lf/keybindings/default.nix | |
parent | feat(hm/conf/git): Switch to zdiff3 instead of diff3 (diff) | |
download | nixos-config-3b2ee2422050a0abc5b9e911fe45491425f41bfe.zip |
feat(hm/conf/lf): Start zathura on opening pdfs in lf
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 c95100c4..bed42822 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -17,7 +17,7 @@ in # File Openers ee = "\$\$EDITOR \"$f\""; es = "\$ nvim -S \"$f\""; - u = "%\$IVIEWER \"$f\""; + u = "view_file"; cc = "\$sudo -e \"$f\""; # Archive Mappings |