diff --git a/debian/changelog b/debian/changelog index bc2c20ae..3bd26535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (5.30) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/keybindings/f-keys.tmux: + - use $BYOBU_SHELL_TITLE in tmux too -- Dustin Kirkland Sat, 19 Jan 2013 14:18:01 -0600 diff --git a/usr/share/byobu/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index fff5f0a0..35c93f98 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -28,7 +28,7 @@ source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable # Documented in: $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt bind-key -n F1 new-window -k -n config byobu-config bind-key -n S-F1 new-window -k -n help '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt' -bind-key -n F2 new-window \; rename-window "" +bind-key -n F2 new-window \; rename-window "$BYOBU_SHELL_TITLE" bind-key -n C-F2 display-panes \; split-window -h bind-key -n S-F2 display-panes \; split-window -v bind-key -n C-S-F2 new-session