* 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:
Dustin Kirkland 2013-10-23 09:14:34 -07:00
commit 34f8b2c5ad
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

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

View file

@ -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 '%%'\""