aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-06-03 18:48:06 +0100
committerStephen Blott2015-06-03 18:48:06 +0100
commiteb3d4c89e666f178ab0ecdd1e789cc3794ea71b5 (patch)
tree8b3353fa54f0b9b99d21cfd1fe268c17c2726d69
parent3d31289c1a246d230bc776c979d0d12c0a7f5e03 (diff)
downloadvimium-eb3d4c89e666f178ab0ecdd1e789cc3794ea71b5.tar.bz2
Add mark commands to README, move to own section
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26c4a986..31bb8c2a 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,6 @@ 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:
@@ -82,6 +79,12 @@ Manipulating tabs:
T search through your open tabs
<a-p> pin/unpin current tab
+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
+
Additional advanced browsing commands:
]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.