diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-30 09:09:11 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-30 09:09:11 +0530 |
commit | 54d25807999282bf1d6ed282be3f38efcdf5bad0 (patch) | |
tree | edbc4ed0e520d4610692f90c7988513295314849 /misc/auto-completion/fish/nnn.fish | |
parent | 9fea0220c42f32103b78ddeee29f5b17e68a04ad (diff) | |
download | nnn-54d25807999282bf1d6ed282be3f38efcdf5bad0.tar.gz |
Add fortune to help
Diffstat (limited to 'misc/auto-completion/fish/nnn.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 56cd425..82dfc36 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -18,6 +18,7 @@ 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 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' |