# HG changeset patch # User zegervdv # Date 1642776696 -3600 # Node ID 9af6e508f6301029ffc1114311b49df7e766b81f # Parent bc1a474c732bbba2d8680abd9f455451426a05a8 toggle zoom with c-z when zoomed, else fallback to backgrounding diff -r bc1a474c732b -r 9af6e508f630 dot_tmux.conf --- a/dot_tmux.conf Fri Jan 21 15:51:10 2022 +0100 +++ b/dot_tmux.conf Fri Jan 21 15:51:36 2022 +0100 @@ -149,3 +149,5 @@ } bind-key -n 'C-q' popup -w50% -h 90% -x 90% -E -d '#{pane_current_path}' chezmoi cd + +bind-key -n 'C-z' if -F '#{window_zoomed_flag}' "resize-pane -Z" "send-keys C-z"