Merge pull request #1286 from zsh-users/update-peco
Add new options to peco completion
This commit is contained in:
commit
334c14d1b4
|
|
@ -57,6 +57,7 @@ _arguments \
|
||||||
'--print-query[print out the current query as first line of output]' \
|
'--print-query[print out the current query as first line of output]' \
|
||||||
'--color[color mode(default: auto)]:mode:(auto none)' \
|
'--color[color mode(default: auto)]:mode:(auto none)' \
|
||||||
'--height[display height in lines or percentage(e.g. 10, 50%)]:height' \
|
'--height[display height in lines or percentage(e.g. 10, 50%)]:height' \
|
||||||
|
'(-f --follow)'{-f,--follow}'[follow streaming input, auto-scrolling to keep the newest lines visible]' \
|
||||||
'*::file:_files'
|
'*::file:_files'
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue