Merge pull request #4 from Vifon/patch-1

superfluous backslash in zle widget removed
pull/5/head
Junegunn Choi 11 years ago
commit 1e9e597837

@ -180,7 +180,7 @@ zsh widgets
# CTRL-T - Paste the selected file path into the command line
fzf-file-widget() {
LBUFFER+=$(
find * -path '*/\\.*' -prune \
find * -path '*/\.*' -prune \
-o -type f -print \
-o -type l -print 2> /dev/null | fzf)
zle redisplay

Loading…
Cancel
Save