From 479754946c597baadd0f9dc6132d2183af668376 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 27 May 2019 03:10:55 +0800 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys.tmux: - Rename the new window created after adding a new session --- debian/changelog | 1 + usr/share/byobu/keybindings/f-keys.tmux | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 57c8ca65..d55a47c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ byobu (5.128) unreleased; urgency=medium -t had no effect. In tmux 2.8, -k without -t will not trigger a new window; the given command is executed in the current window instead. + - Rename the new window created after adding a new session -- Dustin Kirkland Sun, 12 Aug 2018 11:37:11 -0500 diff --git a/usr/share/byobu/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index 2617e31c..eabacf87 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -31,7 +31,7 @@ bind-key -n S-F1 new-window -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc bind-key -n F2 new-window -c "#{pane_current_path}" \; rename-window "-" bind-key -n C-F2 display-panes \; split-window -h -c "#{pane_current_path}" bind-key -n S-F2 display-panes \; split-window -v -c "#{pane_current_path}" -bind-key -n C-S-F2 new-session +bind-key -n C-S-F2 new-session \; rename-window "-" bind-key -n F3 previous-window bind-key -n F4 next-window bind-key -n M-Left previous-window