diff options
| author | Gavin Gilmour | 2016-06-27 10:22:41 +0100 | 
|---|---|---|
| committer | GitHub | 2016-06-27 10:22:41 +0100 | 
| commit | 45de1c9851b31b2484b7a15c4b842e5d6a065cd6 (patch) | |
| tree | f8ff65826ab4f22897570b09229f8b2bbe657263 | |
| parent | 747944cbf90939eca8ae3b3fae01c3bdb35d47aa (diff) | |
| download | vimium-45de1c9851b31b2484b7a15c4b842e5d6a065cd6.tar.bz2 | |
Mention edit URL keybindings
Tracked down some keybindings I was after under #1004
Added them to the main documentation.
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -97,6 +97,8 @@ Additional advanced browsing commands:      gi      focus the first (or n-th) text input box on the page      gu      go up one level in the URL hierarchy      gU      go up to root of the URL hierarchy +    ge      edit the current URL +    gE      edit the current URL and open in a new tab      zH      scroll all the way left      zL      scroll all the way right      v       enter visual mode; use p/P to paste-and-go, use y to yank | 
