mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/keybindings/f-keys.tmux: LP: #1224352
- show current window name when prompting for rename-window
This commit is contained in:
parent
52609cadd9
commit
2738bfce2f
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -20,6 +20,8 @@ byobu (5.58) unreleased; urgency=low
|
|||
- byobu-tmux had never quite implemented this
|
||||
- Add a new keybinding to both byobu-screen and byobu-tmux that adds
|
||||
this support, Shift-F9
|
||||
* usr/share/byobu/keybindings/f-keys.tmux: LP: #1224352
|
||||
- show current window name when prompting for rename-window
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 Sep 2013 14:40:09 -0500
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ bind-key -n C-F6 kill-pane
|
|||
bind-key -n F7 copy-mode
|
||||
bind-key -n M-NPage copy-mode \; send-keys NPage
|
||||
bind-key -n M-PPage copy-mode \; send-keys PPage
|
||||
bind-key -n F8 command-prompt -p "(rename-window)" "rename-window '%%'"
|
||||
bind-key -n F8 command-prompt -p "(rename-window)" -I "#W" "rename-window '%%'"
|
||||
bind-key -n S-F8 next-layout
|
||||
bind-key -n C-F8 new-window -k "byobu-layout restore; clear; $SHELL"
|
||||
bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell \"byobu-layout save '%%'\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue