diff options
author | 2019-12-01 23:00:06 +0530 | |
---|---|---|
committer | 2019-12-01 23:00:06 +0530 | |
commit | 3f0c604111ee8d16afaa26824cae5db070c30cff (patch) | |
tree | ff1314d57fcbeb86cdfc3330238c15e05119f1fd /misc/auto-completion/fish | |
parent | feb1d2fc272f044a370eb79d29c03b543938ffa1 (diff) | |
download | nnn-3f0c604111ee8d16afaa26824cae5db070c30cff.tar.gz |
Option -R to disable rollover at edges
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 ac73654..3613343 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -25,6 +25,7 @@ complete -c nnn -s n -d 'use version compare to sort files' 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 r -d 'show cp, mv progress (Linux-only)' +complete -c nnn -s R -d 'disable rollover at edges' complete -c nnn -s s -d 'use substring match for filters' complete -c nnn -s S -d 'start in disk usage analyzer mode' complete -c nnn -s t -d 'disable dir auto-select' |