From 51906a12bfed654fd6ad9ba2cc0194885ce43552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Tue, 12 Nov 2013 10:30:15 +0100 Subject: [PATCH] changed the binding again --- tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index 4d7bf75..ded1220 100644 --- a/tmux.conf +++ b/tmux.conf @@ -41,10 +41,10 @@ bind -r C-h run "tmux select-pane -L" bind -r C-j run "tmux select-pane -D" bind -r C-k run "tmux select-pane -U" bind -r C-l run "tmux select-pane -R" -bind -r S-j resize-pane -D 2 -bind -r S-k resize-pane -U 2 -bind -r S-h resize-pane -L 2 -bind -r S-l resize-pane -R 2 +bind < resize-pane -L 2 +bind > resize-pane -R 2 +bind [ resize-pane -D 2 +bind ] resize-pane -U 2 bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'" bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'"