diff options
| author | Mark Stosberg | 2010-01-12 09:27:49 +0800 | 
|---|---|---|
| committer | Ilya | 2010-01-12 12:10:55 +0800 | 
| commit | 62272e636b32061c95eef2e1cd9d8bddec52550b (patch) | |
| tree | d97418023b7674de764bab400d20c719b1051aa7 /README.markdown | |
| parent | 6e10609956d054dff7fa876b60207db5671c16d2 (diff) | |
| download | vimium-62272e636b32061c95eef2e1cd9d8bddec52550b.tar.bz2 | |
Reverse J and K for tab navigation. Closes issue #59
   http://github.com/philc/vimium/issues#issue/59
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 4e4b5ced..5a6f4b26 100644 --- a/README.markdown +++ b/README.markdown @@ -50,8 +50,8 @@ Navigating your history:      fw, fo, L     go forward in history  Manipulating tabs: -    J, gt      next tab -    K, gT      previous tab +    J, gT      go one tab left +    K, gt      go one tab right      t          create tab      d          close current tab      u          restore closed tab (i.e. unwind the 'd' command)  | 
