diff options
| author | Stephen Blott | 2015-06-03 18:44:49 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-03 18:44:49 +0100 | 
| commit | 474e986059cbf27ddbfb499f5b50b45bb41a3159 (patch) | |
| tree | 4cd7c53bfcec19f7b12c20096b49d451cc07ca74 | |
| parent | e005d3e5b7a06a949138109b2c57555f9a5db2b9 (diff) | |
| download | vimium-474e986059cbf27ddbfb499f5b50b45bb41a3159.tar.bz2 | |
Add mark commands to README
| -rw-r--r-- | README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -46,6 +46,9 @@ 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") +    ``      jump back to position before previous jump -- before gg, G, n, N, / and `a  Navigating to new pages: | 
