mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/share/byobu/keybindings/f-keys.tmux:
- Rename the new window created after adding a new session
This commit is contained in:
parent
213e22fb71
commit
479754946c
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -31,6 +31,7 @@ byobu (5.128) unreleased; urgency=medium
|
|||
-t <target-window> 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 <kirkland@ubuntu.com> Sun, 12 Aug 2018 11:37:11 -0500
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue