diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-04 11:51:38 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-04 11:51:38 -0500 |
| commit | 4567ec7e1281cae3feba3f2fb827f8cfbabf48f1 (patch) | |
| tree | e50dcf6fb9706d7944f83389a175d3ea6fed2589 /env/.config/lf | |
| parent | cffb4360557e74eb4ace93f9903965819c9b0689 (diff) | |
Squashed commit of the following:
ps1 change
vis bind to lf
cleaned up vis plugins
added greyscript language server
added asciidoc vis lexer
Diffstat (limited to 'env/.config/lf')
| -rwxr-xr-x | env/.config/lf/lfrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/env/.config/lf/lfrc b/env/.config/lf/lfrc index 7b399cc..1da2d74 100755 --- a/env/.config/lf/lfrc +++ b/env/.config/lf/lfrc @@ -130,6 +130,10 @@ cmd vim ${{ nvim $f }} +cmd vis ${{ + vis $f +}} + cmd Sxiv ${{ nohup nsxiv $f > /dev/null 2> /dev/null < /dev/null & disown }} @@ -172,6 +176,7 @@ cmd filebrowser ${{ map DD trash map DP delete map V vim +map <c-v> vis map S Sxiv map C clipf map <c-c> clip-path |
