Skip to content
Snippets Groups Projects
Commit b0fdd6db authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Merge pull request #47 from cskeeters/master

[zsh-keybinding] Remove tailing substitution
parents 3b218b77 edf27f47
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ if [ -n "$TMUX_PANE" -a ${FZF_TMUX:-1} -ne 0 -a ${LINES:-40} -gt 15 ]; then
}
else
fzf-file-widget() {
LBUFFER="${LBUFFER%% #}$(__fsel)"
LBUFFER="${LBUFFER}$(__fsel)"
zle redisplay
}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment