diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 330c08c..2c06944 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -65,9 +65,6 @@ bind-key a send-prefix setw -g monitor-activity on set -g visual-activity on -# zoom pane -bind-key Z resize-pane -Z - # Split windows into panes: CTRL-A + h or v bind-key h split-window -v -c '#{pane_current_path}' bind-key v split-window -h -c '#{pane_current_path}'