mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
get scrollback alt-pageup working \o/
This commit is contained in:
parent
ebc4236d47
commit
483c65b19f
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue