mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/tmux:
- need to use prefix
This commit is contained in:
parent
69eb1399ce
commit
15e6107aaa
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (5.41) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/share/byobu/profiles/tmux:
|
||||
- need to use prefix
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 May 2013 13:36:07 -0500
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ new-window -d byobu-janitor
|
|||
set -s escape-time 0
|
||||
|
||||
# Change to Screen's ctrl-a escape sequence and use screen-like keys
|
||||
source /usr/share/byobu/keybindings/tmux-screen-keys.conf
|
||||
source $BYOBU_PREFIX/share/byobu/keybindings/tmux-screen-keys.conf
|
||||
|
||||
# Add ^A, F12 to the prefix list
|
||||
set -g prefix ^A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue