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

- enable ctrl-left and ctrl-right to move among words
This commit is contained in:
Dustin Kirkland 2014-03-16 12:37:59 -07:00
commit 5dc4182745
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View file

@ -9,6 +9,8 @@ byobu (5.74) unreleased; urgency=low
* usr/lib/byobu/battery: LP: #1270451
- add support for yet another batter type (Android)
- thanks to Felix Krull for the initial patch
* usr/share/byobu/profiles/tmux: LP: #1270551
- enable ctrl-left and ctrl-right to move among words
[ Chris Johnston ]
* usr/share/man/man1/byobu-layout.1: LP: #1288738

View file

@ -35,6 +35,7 @@ set -g prefix2 F12
# Byobu's Keybindings
source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux
set-window-option -g xterm-keys on
#set-option -g set-titles on
#set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'