practicalli / spacemacs

Content for the book - Clojure Development with Spacemacs
https://practical.li/spacemacs
Creative Commons Attribution Share Alike 4.0 International
110 stars 33 forks source link

Replacing / Pasting efficiently #230

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

To replace text with that in kill ring, rather than delete the existing text (and have it added to the kill ring), select the existing text to be replaced and press p.

This will replace the existing text without adding it to the kill ring. u will undo the change should it be incorrect after the paste.

practicalli-johnny commented 4 years ago

Add to section on recommended Evil editing approaches