diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-20 22:24:15 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-20 22:24:49 +0530 |
commit | 0c55977465f1c9aafa50d1131e0570a77d0eeb73 (patch) | |
tree | f0ac0085f64a9c318aa5d23b2766abc3d7c2b2e8 /misc/auto-completion/fish | |
parent | f4786da9bc012ef7929106b1f22c39730519fd09 (diff) | |
download | nnn-0c55977465f1c9aafa50d1131e0570a77d0eeb73.tar.gz |
Fix #496: option -f to use readline history file
Diffstat (limited to 'misc/auto-completion/fish')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 5cb3171..3a7f10c 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -18,6 +18,7 @@ complete -c nnn -s c -d 'cli-only opener' complete -c nnn -s d -d 'start in detail mode' complete -c nnn -s e -d 'open text files in $VISUAL/$EDITOR/vi' complete -c nnn -s E -d 'use EDITOR for undetached edits' +complete -c nnn -s f -d 'use readline history file' 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' |