From d3e10f9fb53230d162e63fb86250bdb6701a2cdc Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 9 Nov 2011 12:54:32 -0600 Subject: [PATCH] * usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt: - add a keybinding Ctrl-Shift-F2 to create a new session --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 1 + usr/share/doc/byobu/help.tmux.txt | 1 + 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c941330..a8d7c470 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ byobu (4.47) unreleased; urgency=low * usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt, usr/share/doc/byobu/Makefile.am: - add a tmux keybinding help screen, bind to Shift-F1 + * usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt: + - add a keybinding Ctrl-Shift-F2 to create a new session -- Dustin Kirkland Tue, 08 Nov 2011 19:16:15 -0600 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 593e5893..a7c90a0c 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -69,6 +69,7 @@ bind-key -n M-Up choose-session \; send-keys Up \; send-keys Enter bind-key -n M-Down choose-session \; send-keys Down \; send-keys Enter bind-key -n S-F11 break-pane bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter +bind-key -n C-S-F2 new-session set-option -g set-titles on set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' diff --git a/usr/share/doc/byobu/help.tmux.txt b/usr/share/doc/byobu/help.tmux.txt index 8d8194ec..194dd0bc 100644 --- a/usr/share/doc/byobu/help.tmux.txt +++ b/usr/share/doc/byobu/help.tmux.txt @@ -7,6 +7,7 @@ and some convenient keybindings: F2 Create a new window Ctrl-F2 Create a vertical split Shift-F2 Create a horizontal split + Ctrl-Shift-F2 Create a new session F3/F4 Move focus among windows Shift-F3/F4 Move focus among splits Ctrl-F3/F4 Move a split