This commit is contained in:
Christian Nieves
2022-07-14 18:33:13 +00:00
parent b39610bd69
commit 14c4347c9c
8 changed files with 33 additions and 22 deletions

View File

@ -233,7 +233,7 @@ awk -v match_prefix=${match_prefix} ' { for (i = 1; i <= NF; i++) {
}
# CTRL-Q - Paste the selected flags into the command line. Copied from CTRL-T
# CTRL-F - Paste the selected flags into the command line. Copied from CTRL-T
# bindings shown here:
# https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
__flagsel() {
@ -270,4 +270,4 @@ fzf-flag-widget() {
return $ret
}
zle -N fzf-flag-widget
bindkey '^Q' fzf-flag-widget
bindkey '^F' fzf-flag-widget