mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Quicker resizing of panes, through easier shortkeys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user