get scrollback alt-pageup working \o/

This commit is contained in:
Dustin Kirkland 2011-09-30 10:11:54 -04:00
commit 483c65b19f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

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

View file

@ -40,7 +40,7 @@ bind-key -n F5 source /usr/share/byobu/profiles/tmuxrc
bind-key -n F6 detach
bind-key -n F7 copy-mode
bind-key -n M-NPage copy-mode \; send-keys NPage
bind-key -n M-PPage copy-mode -u
bind-key -n M-PPage copy-mode \; send-keys PPage
bind-key -n F8 command-prompt -p "(rename-window)" "rename-window %%"
bind-key -n F9 new-window -a byobu-config
bind-key -n C-F2 split-window -h