From ebc4236d4760b04955ad2e1f503a15151e705540 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 30 Sep 2011 09:50:46 -0400 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - add window resizing keybindings --- debian/changelog | 3 ++- usr/share/byobu/profiles/tmux | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b6c8806c..f7dd7e0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.38) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - add window resizing keybindings -- Dustin Kirkland Thu, 29 Sep 2011 14:46:58 -0400 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 9b6af83c..5fabbfd5 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -51,6 +51,10 @@ bind-key -n S-F3 select-pane -D bind-key -n S-F4 select-pane -U bind-key -n S-F5 kill-pane -a bind-key -n C-F6 kill-pane +bind-key -n C-Up resize-pane -U +bind-key -n C-Down resize-pane -D +bind-key -n C-Left resize-pane -L +bind-key -n C-Right resize-pane -R set-option -g set-titles on set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'