From 0f8b99fd07e086804abbdc29f0a28b7075f91d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Tue, 12 Nov 2013 10:33:05 +0100 Subject: [PATCH] changed again --- tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index ded1220..941bc8d 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 < resize-pane -L 2 -bind > resize-pane -R 2 -bind [ resize-pane -D 2 -bind ] resize-pane -U 2 +bind [ resize-pane -L 5 +bind ] resize-pane -R 5 +bind < resize-pane -D 5 +bind > resize-pane -U 5 bind-key b command-prompt -p "create pane from:" "join-pane -s ':%%'" bind-key v command-prompt -p "send pane to:" "join-pane -t ':%%'"