diff options
| -rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,5 +17,11 @@ bind-key -T copy-mode-vi 'v' send-keys -X begin-selection bind-key -T copy-mode-vi 'y' send-keys -X copy-selection-and-cancel bind-key -n C-k clear-history +# Resizing panes +bind-key -r h resize-pane -L 5 +bind-key -r j resize-pane -D 5 +bind-key -r k resize-pane -U 5 +bind-key -r l resize-pane -R 5 + # Load OSX specific configurations to add (fix copy) if-shell 'test "$(uname)" = "Darwin"' 'source ~/.tmux-osx.conf' |
