Add multiple cursors implementation with iedit
This commit is contained in:
parent
bceebeca1e
commit
39c4700b3b
2 changed files with 55 additions and 21 deletions
|
@ -258,8 +258,8 @@
|
|||
|
||||
;; iedit and my own version of multiple-cursors
|
||||
:v "R" 'evil-iedit-state/iedit-mode ; edit all instances of marked region
|
||||
:v "M-d" 'narf/mark-and-next
|
||||
:v "M-D" 'narf/mark-and-prev
|
||||
:nv "M-d" 'narf/mark-and-next
|
||||
:nv "M-D" 'narf/mark-and-prev
|
||||
|
||||
;; aliases for %
|
||||
:m "%" 'evilmi-jump-items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue