diff options
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r-- | etc/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 93326ae..59e974d 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -31,6 +31,7 @@ bind-key -n M-H resize-pane -L 5 bind-key -n M-J resize-pane -D 5 bind-key -n M-K resize-pane -U 5 bind-key -n M-L resize-pane -R 5 +bind-key -n M-> resize-pane -x 80 # Reorder windows bind-key -n C-S-Left swap-window -t -1\; select-window -t -1 |