From 4e22fbbf80b1b1cd25ef3c8b460478ed66461cad Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 29 Apr 2009 02:10:03 -0500 Subject: [PATCH] add an extra ^h delete key on the rename hotkey, to clean up a possibly lingering 'a' Signed-off-by: Dustin Kirkland --- keybindings/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings/common b/keybindings/common index ff3b9ab3..3bcc0ee7 100644 --- a/keybindings/common +++ b/keybindings/common @@ -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