diff options
| author | Stephen Blott | 2015-06-03 18:46:14 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-03 18:46:14 +0100 | 
| commit | 3d31289c1a246d230bc776c979d0d12c0a7f5e03 (patch) | |
| tree | 4af46134bf4a7e3c221e1f4463fa36319963fd55 | |
| parent | 474e986059cbf27ddbfb499f5b50b45bb41a3159 (diff) | |
| download | vimium-3d31289c1a246d230bc776c979d0d12c0a7f5e03.tar.bz2 | |
Add mark commands to README, fix spacing
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -46,8 +46,8 @@ Navigating the current page:      yf      copy a link url to the clipboard      gf      cycle forward to the next frame      gF      focus the main/top frame -    ma, mA  set local (global)  mark "a" ("A") -    `a, `A  jump to local (global)  mark "a" ("A") +    ma, mA  set local (global) mark "a" ("A") +    `a, `A  jump to local (global) mark "a" ("A")      ``      jump back to position before previous jump -- before gg, G, n, N, / and `a  Navigating to new pages: | 
