mirror of
https://github.com/Phantop/dotfiles
synced 2025-04-01 23:34:55 +00:00
disable nnn filtering auto-open
This commit is contained in:
parent
9f34fb570a
commit
9ab2f2e528
|
@ -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 lock 'budgie-screensaver-command -l'
|
||||||
a magdl 'dl --seed-time=0 magnet:?xt=urn:btih:$argv;:'
|
a magdl 'dl --seed-time=0 magnet:?xt=urn:btih:$argv;:'
|
||||||
a nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
|
a nix '. ~/.nix-profile/etc/profile.d/nix.fish; command nix'
|
||||||
|
a nnn 'nnn -A'
|
||||||
a nsmd 'netsurf (md2html $argv | psub -s .html);:'
|
a nsmd 'netsurf (md2html $argv | psub -s .html);:'
|
||||||
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
|
a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:'
|
||||||
a off shutdown
|
a off shutdown
|
||||||
|
|
|
@ -64,5 +64,5 @@ name='Open'
|
||||||
|
|
||||||
[custom-keybindings/custom9]
|
[custom-keybindings/custom9]
|
||||||
binding='<Super>c'
|
binding='<Super>c'
|
||||||
command='kitty fish -c "exec nnn"'
|
command='kitty fish -c "exec nnn -A"'
|
||||||
name='Files'
|
name='Files'
|
||||||
|
|
Loading…
Reference in a new issue