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/zsh | |
parent | feb1d2fc272f044a370eb79d29c03b543938ffa1 (diff) | |
download | nnn-3f0c604111ee8d16afaa26824cae5db070c30cff.tar.gz |
Option -R to disable rollover at edges
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 5e9cb1c..d5d5c1d 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -23,6 +23,7 @@ args=( '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' '(-r)-r[show cp, mv progress (Linux-only)]' + '(-R)-R[disable rollover at edges]' '(-s)-s[use substring match for filters]' '(-S)-S[start in disk usage analyzer mode]' '(-t)-t[disable dir auto-select]' |