diff --git a/tmux.conf b/tmux.conf index 73ed0b8..dadd34e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -53,6 +53,10 @@ bind i select-pane -t :.- bind C-i select-pane -t :.- bind C-o select-pane -t :.+ +unbind Enter +bind Enter resize-pane -Z +bind C-Enter resize-pane -Z + # Use Alt-[j/i/l/k] keys without prefix key to switch panes. bind -n M-j select-pane -L bind -n M-k select-pane -D