diff options
Diffstat (limited to 'README.md')
| -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: | 
