1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-29 10:34:10 +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> </details>
### Instructions ### Instructions
https://github.com/terryma/vim-multiple-cursors/blob/master/doc/multiple_cursors.txt 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>
<details> <details>