diff options
author | 2020-04-12 19:01:02 +0530 | |
---|---|---|
committer | 2020-04-12 22:39:14 +0530 | |
commit | f54d51c863606456bb4b715e5a2bc98c007be0be (patch) | |
tree | 95e62697d885da29acbddba7747cf30f192f6d79 /misc/auto-completion/fish | |
parent | 806b91b60d2184346c65613f76b29cd6f2b2d33f (diff) | |
download | nnn-f54d51c863606456bb4b715e5a2bc98c007be0be.tar.gz |
Change nav-as-you-type to type-to-nav
Diffstat (limited to 'misc/auto-completion/fish')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 82dfc36..fb476fd 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -22,7 +22,7 @@ complete -c nnn -s F -d 'show fortune' complete -c nnn -s g -d 'regex filters' complete -c nnn -s H -d 'show hidden files' complete -c nnn -s K -d 'detect key collision' -complete -c nnn -s n -d 'start in navigate-as-you-type mode' +complete -c nnn -s n -d 'start in type-to-nav mode' complete -c nnn -s o -d 'open files only on Enter' complete -c nnn -s p -r -d 'copy selection to file' -a '-\tstdout' complete -c nnn -s Q -d 'disable quit confirmation' |