From f2af8d948cc283eb6da1e725ecb8fcff84eb7e92 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 2 Aug 2017 10:02:09 +0200 Subject: tmux.conf added new shortcuts for resizing splits --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" \ -- cgit v1.2.3