diff --git a/files/.tmux.conf b/files/.tmux.conf index 99903ff..f995baa 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -16,6 +16,13 @@ bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq v bind -n M-j select-window -p bind -n M-k select-window -n +# Resizing +## Resize panes through C-S-{hjkl} +bind -n C-H resize-pane -L +bind -n C-J resize-pane -D +bind -n C-K resize-pane -U +bind -n C-L resize-pane -R + # Splitting unbind % unbind '"'