diff options
author | 2020-06-11 05:46:40 +0000 | |
---|---|---|
committer | 2020-06-11 11:30:43 +0530 | |
commit | 1f22da2994bda1fb02fec884558343d7b8207e06 (patch) | |
tree | d57ded0523054b3b6e712cebb2e8a3ebb95e264b /misc/auto-completion/fish | |
parent | 2d5952fef7a16c55aa10df17175a25fac9c6f1ed (diff) | |
download | nnn-1f22da2994bda1fb02fec884558343d7b8207e06.tar.gz |
Feature #534: Support hardware cursor sync
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 9939a5c..9bc671d 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -15,6 +15,7 @@ complete -c nnn -s a -d 'auto-create NNN_FIFO' complete -c nnn -s A -d 'disable dir auto-select' complete -c nnn -s b -r -d 'bookmark key to open' -x -a '(echo $NNN_BMS | awk -F: -v RS=\; \'{print $1"\t"$2}\')' complete -c nnn -s c -d 'cli-only opener' +complete -c nnn -s C -d 'hardware cursor mode' 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' |