diff options
| author | Stephen Blott | 2015-06-03 20:14:16 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-03 20:14:16 +0100 | 
| commit | 42ca5182bbedff43405055bafdf46062e92cb4aa (patch) | |
| tree | ff006fc450f519241d0eb5fb954970c001026467 | |
| parent | 23e415e60ceb25ddd30c65e2569d00a70f102681 (diff) | |
| download | vimium-42ca5182bbedff43405055bafdf46062e92cb4aa.tar.bz2 | |
README layout; avoid horizontal scroll bars.
| -rw-r--r-- | README.md | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -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: | 
