Document alt-/ and alt-?

This commit is contained in:
Maxime Coste 2015-07-12 20:02:21 +01:00
parent c61c89fac9
commit ae3098f5b0

View File

@ -234,7 +234,9 @@ Movement
* `alt-l`: select to line end
* `/`: search (select next match)
* `alt-/`: search (select previous match)
* `?`: search (extend to next match)
* `alt-?`: search (extend to previous match)
* `n`: select next match
* `N`: add a new selection with next match
* `alt-n`: select previous match