* usr/share/byobu/profiles/tmux:

- add window resizing keybindings
This commit is contained in:
Dustin Kirkland 2011-09-30 09:50:46 -04:00
commit ebc4236d47
2 changed files with 6 additions and 1 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (4.38) unreleased; urgency=low
* UNRELEASED
* usr/share/byobu/profiles/tmux:
- add window resizing keybindings
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400

View file

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