diff options
| author | ilya | 2010-06-22 17:58:24 -0700 | 
|---|---|---|
| committer | ilya | 2010-06-22 17:58:24 -0700 | 
| commit | 59b9bc14242976489ac570e9a3135e6aa0ce122e (patch) | |
| tree | 1540ad5be701715bf1679e42d4e85a0ff031413e /README.markdown | |
| parent | 11c446e91991f474f0e74bcf1b17fe53d55fbaca (diff) | |
| download | vimium-59b9bc14242976489ac570e9a3135e6aa0ce122e.tar.bz2 | |
add goUp to the readme command listing - this needs to be deprecated for something auto generated
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 42b0f3ec..2e7c431a 100644 --- a/README.markdown +++ b/README.markdown @@ -44,7 +44,8 @@ Navigating the current page:      n       cycle forward to the next find match      N       cycle backward to the previous find match      i       enter insert mode -- all commands will be ignored until you hit esc to exit -    y       copy the current url to the clipboard +    yy      copy the current url to the clipboard +    gu      go up one level in the URL hierarchy  Navigating your history:      H       go back in history  | 
