* usr/share/byobu/profiles/tmux: LP: #1177728

- use byobu's tmux-screen-keys.conf
This commit is contained in:
Dustin Kirkland 2013-05-08 12:50:33 -05:00
commit 3f9debc4c3
2 changed files with 3 additions and 4 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.40) unreleased; urgency=low byobu (5.40) unreleased; urgency=low
* UNRELEASED * usr/share/byobu/profiles/tmux: LP: #1177728
- use byobu's tmux-screen-keys.conf
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500

View file

@ -25,10 +25,8 @@ set-environment -g BYOBU_BACKEND tmux
new-window -d byobu-janitor new-window -d byobu-janitor
set -s escape-time 0 set -s escape-time 0
# Change to Screen's ctrl-a escape sequence # Change to Screen's ctrl-a escape sequence and use screen-like keys
source /usr/share/byobu/keybindings/tmux-screen-keys.conf source /usr/share/byobu/keybindings/tmux-screen-keys.conf
# On Archlinux, this file is not under the same directory
source /usr/share/tmux/screen-keys.conf
# Add ^A, F12 to the prefix list # Add ^A, F12 to the prefix list
set -g prefix ^A set -g prefix ^A