mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add tmux shortcut to zoom active pane
This commit is contained in:
@@ -53,6 +53,10 @@ bind i select-pane -t :.-
|
|||||||
bind C-i select-pane -t :.-
|
bind C-i select-pane -t :.-
|
||||||
bind C-o 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.
|
# Use Alt-[j/i/l/k] keys without prefix key to switch panes.
|
||||||
bind -n M-j select-pane -L
|
bind -n M-j select-pane -L
|
||||||
bind -n M-k select-pane -D
|
bind -n M-k select-pane -D
|
||||||
|
|||||||
Reference in New Issue
Block a user