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:
parent
7dceda587b
commit
23dfc4b339
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user