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)'