diff options
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" \ |