diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-10 11:21:37 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-10 11:22:02 +0530 |
commit | 14beb0746f07f94f52c5b628b046d3c9f2add9c6 (patch) | |
tree | b13f2a9a8de065ffe5577766097f645ad8ea2f68 /misc/auto-completion/zsh | |
parent | 609561494f106822b3deb5ff2ef184d17703f7df (diff) | |
download | nnn-14beb0746f07f94f52c5b628b046d3c9f2add9c6.tar.gz |
Fix #564: Option -l: number of lines to move on mouse scroll
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 0251f38..4b40306 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -20,6 +20,7 @@ args=( '(-g)-g[regex filters]' '(-H)-H[show hidden files]' '(-K)-K[detect key collision]' + '(-l)-l[lines to move per scroll]:val' '(-n)-n[start in type-to-nav mode]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' |