mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/keybindings/f-keys.tmux:
- as it turns out, showing the current window name when renaming is really annoying
This commit is contained in:
parent
c7b6ca0651
commit
34f8b2c5ad
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
|||
byobu (5.62) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/share/byobu/keybindings/f-keys.tmux:
|
||||
- as it turns out, showing the current window name when renaming
|
||||
is really annoying
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Oct 2013 16:29:56 -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)" -I "#W" "rename-window '%%'"
|
||||
bind-key -n F8 command-prompt -p "(rename-window) " "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