diff options
| author | ilya | 2011-02-10 22:13:15 -0800 | 
|---|---|---|
| committer | ilya | 2011-02-10 22:13:15 -0800 | 
| commit | 189337855df4b4e53dc87073fb71b8a4c08ec7e3 (patch) | |
| tree | 746530ce8cce72c2d304aa0d01ca1a5d28d91794 /README.markdown | |
| parent | e354fe9b12ce5251812f1129fb5a51ef08151bc9 (diff) | |
| download | vimium-189337855df4b4e53dc87073fb71b8a4c08ec7e3.tar.bz2 | |
fix a readme mistake with the open/close tab
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 dc6de9bd..366d553a 100644 --- a/README.markdown +++ b/README.markdown @@ -55,8 +55,8 @@ Manipulating tabs:      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) +    x          close current tab +    X          restore closed tab (i.e. unwind the 'd' command)  Additional advanced browsing commands:      ]]      Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites. | 
