From 343049423037bfd682b524d99ab4880792fa7a45 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 24 Jan 2013 18:24:11 -0600 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys.tmux: - use $BYOBU_SHELL_TITLE in tmux too --- debian/changelog | 3 ++- usr/share/byobu/keybindings/f-keys.tmux | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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