From 62272e636b32061c95eef2e1cd9d8bddec52550b Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Tue, 12 Jan 2010 09:27:49 +0800 Subject: Reverse J and K for tab navigation. Closes issue #59 http://github.com/philc/vimium/issues#issue/59 --- background_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index 8d552a32..1c326cba 100644 --- a/background_page.html +++ b/background_page.html @@ -251,8 +251,8 @@ keyToCommandRegistry['yy'] = 'copyCurrentUrl'; - keyToCommandRegistry['J'] = nextTab; - keyToCommandRegistry['K'] = previousTab; + keyToCommandRegistry['K'] = nextTab; + keyToCommandRegistry['J'] = previousTab; keyToCommandRegistry['gt'] = nextTab; keyToCommandRegistry['gT'] = previousTab; -- cgit v1.2.3