Merge pull request #1286 from zsh-users/update-peco

Add new options to peco completion
This commit is contained in:
Shohei YOSHIDA 2026-08-05 14:34:27 +09:00 committed by GitHub
commit 334c14d1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: