Yes, by ctrl-d, I meant ctrl+d. I pasted the lines you suggested into the kepmap file for user, changed shift to ctrl.
Suppose I have these lines
I have one dog
I have two dog
I have three dog
and I want to change dog to cat.
Without the emacs bindings, I mark one of the âdogâ, hit CTRL-D twice. Then I type cat and all `dogâ will be âcatâ.
With the emacs bindings, CTRL-D deletes character.
Maybe I am not understanding how to use the new bindings with multi-cursor. Would it be possible to give me a example of what you suggests in the readme (pasted below)? What keystrokes combinations do I need to change âdogâ to âcatâ? Hopefully with an example
I can try to figure this out with bothering you further. Many thanks for your help.
If you had multiple cursors while appending to the kill ring, the kill entry will contain and remember those separate cursors. If you try to yank multiple cursors, it will work as >expected if you still have the same number of cursors.
when you supply a numeric argument to the ctrl+x ctrl+y command, it will let you >choose which item to yank all cursors for. And now the choose command shows you >which entries have more than one cursor.