* usr/share/byobu/keybindings/f-keys.tmux:

- use $BYOBU_SHELL_TITLE in tmux too
This commit is contained in:
Dustin Kirkland 2013-01-24 18:24:11 -06:00
commit 3430494230
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Sat, 19 Jan 2013 14:18:01 -0600

View file

@ -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