From 7ae2ce0f82b1c83c670fe2aca3f9e333c6f5f94d Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Wed, 30 Dec 2009 01:59:35 +0800 Subject: Add bindings 'gt'->nextTab 'gT'->previousTab These are the default vim bindings to navigate between tabs. --- background_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/background_page.html b/background_page.html index e57b1601..61c6cf91 100644 --- a/background_page.html +++ b/background_page.html @@ -249,6 +249,8 @@ keyToCommandRegistry['J'] = nextTab; keyToCommandRegistry['K'] = previousTab; + keyToCommandRegistry['gt'] = nextTab; + keyToCommandRegistry['gT'] = previousTab; keyToCommandRegistry['t'] = createTab; keyToCommandRegistry['d'] = removeTab; -- cgit v1.2.3