From 6db4255c9957311c1d16e9a22c71104236139668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 22 May 2017 13:20:54 +0200 Subject: [PATCH] tmux: resize panes with C-S-{hjkl} --- files/.tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 '"'