mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
add an extra ^h delete key on the rename hotkey, to clean up
a possibly lingering 'a' Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
502f22fb6b
commit
4e22fbbf80
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ register r "^a:source $HOME/.screen-profiles/profile^M" # | Goes with F5 def
|
|||
bindkey -k k5 process r # F5 | Reload profile
|
||||
bindkey -k k6 detach # F6 | Detach from this session
|
||||
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
||||
register t "^aA^aa^k" # | Goes with the F8 definition
|
||||
register t "^aA^aa^k^h" # | Goes with the F8 definition
|
||||
bindkey -k k8 process t # F8 | Re-title a window
|
||||
bindkey -k k9 screen -t help 0 screen-profiles # F9 | Configuration
|
||||
# F10 | 'toolbar' in gnome-terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue