[fzf-tmux] Disable CTRL-Z

pull/2305/head
Junegunn Choi 3 years ago
parent b234647a63
commit fd8858f8c9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -135,8 +135,8 @@ if [[ -z "$TMUX" ]]; then
exit $?
fi
# --height option is not allowed
args=("${args[@]}" "--no-height")
# --height option is not allowed. CTRL-Z is also disabled.
args=("${args[@]}" "--no-height" "--bind=ctrl-z:ignore")
# Handle zoomed tmux pane without popup options by moving it to a temp window
if [[ ! "$opt" =~ "-K -E" ]] && tmux list-panes -F '#F' | grep -q Z; then

Loading…
Cancel
Save