diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config index c29dea8..47f45c4 100644 --- a/tmux.config +++ b/tmux.config @@ -17,6 +17,10 @@ bind C-l select-pane -R bind x kill-pane bind & kill-window # Easy resizing of the pane +bind C-u resize-pane -D 3 +bind C-i resize-pane -U 3 +bind C-y resize-pane -L 3 +bind C-o resize-pane -R 3 bind j resize-pane -D 3 bind k resize-pane -U 3 bind h resize-pane -L 3 |