From a9b1fdcb1e2fbab4e3a9d6808c28f74068c5936c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 21 Apr 2009 15:09:24 -0500 Subject: [PATCH] drop the forcing of users to name a window, upon creating it --- keybindings/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keybindings/common b/keybindings/common index 4a2e2736..6df6a2bf 100644 --- a/keybindings/common +++ b/keybindings/common @@ -31,8 +31,8 @@ # F-keys seem to work well in both gnome-terminal and tty consoles # F1 | 'help' in gnome-terminal -register n "^a^c^aA" # | Goes with the F2 definition -bindkey -k k2 process n # F2 | Create new window (and name it) +register n "^a^c" # | Goes with the F2 definition +bindkey -k k2 process n # F2 | Create new window bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window register r "^a:source $HOME/.screen-profiles/profile" # | Goes with F5 definition