Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support of accept-line #148

Merged
merged 5 commits into from
Jan 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into accept-line
NICHOLAS85 authored Jan 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 746843242e97f844863bb8098e202b5ac536878f
5 changes: 1 addition & 4 deletions fzf-tab.zsh
Original file line number Diff line number Diff line change
@@ -204,11 +204,8 @@ fzf-tab-complete() {
if (( _ftb_continue )); then
zle .split-undo
zle .reset-prompt
zle -R
else
(( _ftb_accept )) && zle accept-line || zle redisplay
fi
zle .redisplay
(( _ftb_accept )) && zle accept-line || zle .redisplay
zle fzf-tab-dummy
done
}
You are viewing a condensed version of this merge commit. You can view the full changes here.