diff options
author | Yigit Sever | 2022-11-22 14:33:41 +0300 |
---|---|---|
committer | Yigit Sever | 2022-11-22 14:33:41 +0300 |
commit | f26fff8623439d94b2173426ce6a3158f51733c1 (patch) | |
tree | 71bf4dbc54b14acfd9ea45f456eedf04f45727bf /.config | |
parent | ec950f9d196b54bbe382a035f01d12fcd172a9b8 (diff) | |
download | dotfiles-f26fff8623439d94b2173426ce6a3158f51733c1.tar.gz dotfiles-f26fff8623439d94b2173426ce6a3158f51733c1.tar.bz2 dotfiles-f26fff8623439d94b2173426ce6a3158f51733c1.zip |
nnn: no auto navigate
Diffstat (limited to '.config')
-rw-r--r-- | .config/fish/functions/n.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/n.fish b/.config/fish/functions/n.fish index 042011c..b764fca 100644 --- a/.config/fish/functions/n.fish +++ b/.config/fish/functions/n.fish | |||
@@ -24,7 +24,7 @@ function n --wraps=nnn --description 'support nnn quit and change directory' | |||
24 | # stty lwrap undef | 24 | # stty lwrap undef |
25 | # stty lnext undef | 25 | # stty lnext undef |
26 | 26 | ||
27 | nnn -c $argv | 27 | nnn -A -c $argv |
28 | 28 | ||
29 | if test -e $NNN_TMPFILE | 29 | if test -e $NNN_TMPFILE |
30 | source $NNN_TMPFILE | 30 | source $NNN_TMPFILE |