mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/keybindings/f-keys.tmux:
- use $BYOBU_SHELL_TITLE in tmux too
This commit is contained in:
parent
cc46f4d9e6
commit
3430494230
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue