mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-06 23:22:04 -07:00
superfluous backslash in zle widget removed
This commit is contained in:
@@ -180,7 +180,7 @@ zsh widgets
|
|||||||
# CTRL-T - Paste the selected file path into the command line
|
# CTRL-T - Paste the selected file path into the command line
|
||||||
fzf-file-widget() {
|
fzf-file-widget() {
|
||||||
LBUFFER+=$(
|
LBUFFER+=$(
|
||||||
find * -path '*/\\.*' -prune \
|
find * -path '*/\.*' -prune \
|
||||||
-o -type f -print \
|
-o -type f -print \
|
||||||
-o -type l -print 2> /dev/null | fzf)
|
-o -type l -print 2> /dev/null | fzf)
|
||||||
zle redisplay
|
zle redisplay
|
||||||
|
Reference in New Issue
Block a user