1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-06 12:34:03 +02:00

Update docs for multiple-cursors plugin

This commit is contained in:
Alex Fu 2024-06-20 10:52:03 -04:00 committed by Alex Pláte
parent 7dceda587b
commit 23dfc4b339

View File

@ -129,9 +129,17 @@ Original plugin: [vim-multiple-cursors](https://github.com/terryma/vim-multiple-
</details>
### Instructions
https://github.com/terryma/vim-multiple-cursors/blob/master/doc/multiple_cursors.txt
For default behavior, add the following to your `.ideavimrc` file...
```
map <C-n> <Plug>NextOccurrence
```
This will map `Ctrl+n` to trigger multiple cursors.
</details>
<details>