aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-06-03 20:14:16 +0100
committerStephen Blott2015-06-03 20:14:16 +0100
commit42ca5182bbedff43405055bafdf46062e92cb4aa (patch)
treeff006fc450f519241d0eb5fb954970c001026467
parent23e415e60ceb25ddd30c65e2569d00a70f102681 (diff)
downloadvimium-42ca5182bbedff43405055bafdf46062e92cb4aa.tar.bz2
README layout; avoid horizontal scroll bars.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 02e3827d..ceeb3d24 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,13 @@ Navigating to new pages:
Using find:
- / enter find mode -- type your search query and hit enter to search or esc to cancel
- See here for advanced usage (regular expressions): https://github.com/philc/vimium/wiki/Find-Mode
+ / enter find mode
+ -- type your search query and hit enter to search, or ESC to cancel
n cycle forward to the next find match
N cycle backward to the previous find match
+For advanced usage, see [regular expressions](https://github.com/philc/vimium/wiki/Find-Mode) on the wiki.
+
Navigating your history:
H go back in history
@@ -84,7 +86,7 @@ Using marks:
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 the previous jump
- -- that is, before the previous gg, G, n, N, / or `a
+ -- that is, before the previous gg, G, n, N, / or `a
Additional advanced browsing commands: