Document the new behavior in keymap.md

pull/6046/head
Mathieu Agopian 2 years ago
parent 428c5c74fd
commit b917595e9b

@ -149,7 +149,7 @@ Search commands all operate on the `/` register by default. Use `"<char>` to ope
| `?` | Search for previous pattern | `rsearch` |
| `n` | Select next search match | `search_next` |
| `N` | Select previous search match | `search_prev` |
| `*` | Use current selection as the search pattern | `search_selection` |
| `*` | Use current selection as the search pattern, if only a single char is selected the current word (miW) is used instead | `search_selection` |
### Minor modes

Loading…
Cancel
Save