zsh: completion: add fallback for completion (^F)
This commit is contained in:
parent
457dca798c
commit
c61a85a55c
1 changed files with 5 additions and 0 deletions
|
|
@ -106,3 +106,8 @@ zstyle ':completion:*:*:vim:*:globbed-files' ignored-patterns \
|
|||
'*.o' \
|
||||
'*.pyc' \
|
||||
'*.class'
|
||||
|
||||
# ===== completion fallback
|
||||
zle -C complete-files complete-word _generic
|
||||
zstyle ':completion:complete-files:*' completer _files
|
||||
bindkey '^F' complete-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue