diff options
| author | Stephen Blott | 2015-06-03 18:50:02 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-03 18:50:02 +0100 | 
| commit | 10df5755197d28f7a180160ecfec0e28f034ceeb (patch) | |
| tree | 67c24b8a3b6c5d6e52fa202d33f811bb41cc67c3 | |
| parent | eb3d4c89e666f178ab0ecdd1e789cc3794ea71b5 (diff) | |
| download | vimium-10df5755197d28f7a180160ecfec0e28f034ceeb.tar.bz2 | |
Add mark commands to README, wording
| -rw-r--r-- | README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -81,9 +81,9 @@ Manipulating tabs:  Using marks: -    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 +    ma, mA  set local mark "a" (global mark "A") +    `a, `A  jump to local mark "a" (global mark "A") +    ``      jump back to the position before previous jump -- before gg, G, n, N, / and `a  Additional advanced browsing commands: | 
