1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Quicker resizing of panes, through easier shortkeys

This commit is contained in:
2016-04-26 14:41:18 +02:00
parent e81063ce56
commit 9aa217c293

View File

@@ -20,6 +20,12 @@ bind-key K resize-pane -U
bind-key H resize-pane -L
bind-key L resize-pane -R
# Pane resize in the four directions using ctrl+shift+arrow-key
bind-key -n C-S-Up resize-pane -U 15
bind-key -n C-S-Down resize-pane -D 15
bind-key -n C-S-Left resize-pane -L 25
bind-key -n C-S-Right resize-pane -R 25
# Use vi keybindings for tmux commandline input.
# Note that to get command mode you need to hit ESC twice...
set -g status-keys vi