mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/profiles/tmux: LP: #1270551
- enable ctrl-left and ctrl-right to move among words
This commit is contained in:
parent
97aa39a465
commit
5dc4182745
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue