mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/tmux:
- add window resizing keybindings
This commit is contained in:
parent
78c58f94ed
commit
ebc4236d47
2 changed files with 6 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue