practicalli / spacemacs

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

Subjective Spacemacs howto videos #264

Open practicalli-johnny opened 3 years ago

practicalli-johnny commented 3 years ago

https://www.youtube.com/playlist?list=PLPNohcoOBa5GejCpa5-Mw79bXnyynM1Nn

Review and add any missing content and tips.

Using iedit A clojure project has required clojure.string :as str conflicting with the use of str and searches also clash with clojure.str Select str and start iedit , SPC s e n and N to jump forward and backward through matching occurances. TAB to remove the occurance n to go to next occurance $ to go to the end of the occurance a to append more text ing to change the alias to string ESC to leave Evil insert mode ESC to leave iedit mode SPC f s to save the changes to file.