Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: BInding a key to complete _files no matter what completion would normally do



Richard Hartmann <richih.mailinglist@xxxxxxxxx>:
> can I bind a key to complete _files no matter what completion would normally
> do or not do?

zle -C complete-files complete-word _generic          
zstyle ':completion:complete-files:*' completer _files
bindkey '^xf' complete-files

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



Messages sorted by: Reverse Date, Date, Thread, Author