summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 8498f75..b8a02f1 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -38,6 +38,12 @@ bind-key j select-pane -D
bind-key h select-pane -L
bind-key l select-pane -R
+# resize splits
+bind-key -r C-k resize-pane -U
+bind-key -r C-j resize-pane -D
+bind-key -r C-h resize-pane -L
+bind-key -r C-l resize-pane -R
+
# Copy mode settings
set-window-option -g mode-keys vi
if-shell "if [ $(echo \"$(tmux -V | awk '{print $2}') < 2.4\" | bc) -eq 1 ]; then true; else false; fi" \