Fork me on GitHub
#spacemacs
<
2019-11-11
>
practicalli-johnny09:11:11

I've never felt the need for a live preview for single pages, as the markdown mode syntax highlighting gives a very accurate representation of what the page will look like. I use cryogen for static websites, it has a local server that shows the pages generated from markdown.

Mario C.17:11:14

I guess this is more of a vim question but I'd like to be able to interactively search and replace where the replace is dynamic based on the match. Is this possible out of the box in vim?

Mario C.17:11:46

Say I want to turn all 1's into 7's and all 2's into 8's so on and so forth

practicalli-johnny18:11:44

SPC n + increases numbers. I have no idea how to select all numbers unless perhaps you can used multiple-cursors (but this may be more effort than its worth if there is no structure to the number locations). Not sure if this helps at all...

Mario C.19:11:28

Interesting. I didn't know I could do that but its helpful thanks