Mercurial > dotfiles
comparison dot_tmux.conf @ 528:9af6e508f630
toggle zoom with c-z when zoomed, else fallback to backgrounding
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 21 Jan 2022 15:51:36 +0100 |
parents | a1ff0b7b405b |
children | b251d808fa04 |
comparison
equal
deleted
inserted
replaced
527:bc1a474c732b | 528:9af6e508f630 |
---|---|
147 nvim "#{mouse_word}" || read -p "Press key to continue.. " -n1 -s | 147 nvim "#{mouse_word}" || read -p "Press key to continue.. " -n1 -s |
148 ' } | 148 ' } |
149 } | 149 } |
150 | 150 |
151 bind-key -n 'C-q' popup -w50% -h 90% -x 90% -E -d '#{pane_current_path}' chezmoi cd | 151 bind-key -n 'C-q' popup -w50% -h 90% -x 90% -E -d '#{pane_current_path}' chezmoi cd |
152 | |
153 bind-key -n 'C-z' if -F '#{window_zoomed_flag}' "resize-pane -Z" "send-keys C-z" |