1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-22 13:16:57 +00:00

disable nnn filtering auto-open

This commit is contained in:
Phantop 2024-06-30 10:07:06 -04:00
parent 9f34fb570a
commit 9ab2f2e528
2 changed files with 2 additions and 1 deletions

View file

@ -41,6 +41,7 @@ a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopb
a lock 'budgie-screensaver-command -l'
a magdl 'dl --seed-time=0 magnet:?xt=urn:btih:$argv;:'
a nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
a nnn 'nnn -A'
a nsmd 'netsurf (md2html $argv | psub -s .html);:'
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
a off shutdown

View file

@ -64,5 +64,5 @@ name='Open'
[custom-keybindings/custom9]
binding='<Super>c'
command='kitty fish -c "exec nnn"'
command='kitty fish -c "exec nnn -A"'
name='Files'