mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-28 10:42:00 -07:00
[fzf-tmux] Disable CTRL-Z
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user