mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt:
- add a keybinding Ctrl-Shift-F2 to create a new session
This commit is contained in:
parent
d2476df44a
commit
d3e10f9fb5
3 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -12,6 +12,8 @@ byobu (4.47) unreleased; urgency=low
|
||||||
* usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt,
|
* usr/share/byobu/profiles/tmux, usr/share/doc/byobu/help.tmux.txt,
|
||||||
usr/share/doc/byobu/Makefile.am:
|
usr/share/doc/byobu/Makefile.am:
|
||||||
- add a tmux keybinding help screen, bind to Shift-F1
|
- 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 <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
||||||
|
|
||||||
|
|
|
@ -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 M-Down choose-session \; send-keys Down \; send-keys Enter
|
||||||
bind-key -n S-F11 break-pane
|
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-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 on
|
||||||
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||||
|
|
|
@ -7,6 +7,7 @@ and some convenient keybindings:
|
||||||
F2 Create a new window
|
F2 Create a new window
|
||||||
Ctrl-F2 Create a vertical split
|
Ctrl-F2 Create a vertical split
|
||||||
Shift-F2 Create a horizontal split
|
Shift-F2 Create a horizontal split
|
||||||
|
Ctrl-Shift-F2 Create a new session
|
||||||
F3/F4 Move focus among windows
|
F3/F4 Move focus among windows
|
||||||
Shift-F3/F4 Move focus among splits
|
Shift-F3/F4 Move focus among splits
|
||||||
Ctrl-F3/F4 Move a split
|
Ctrl-F3/F4 Move a split
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue