VimGolf in Emacs 013: CSS to SASS
Convert from css to sass.
Features:
- Advantages of Emacs concept of no first-class dialog boxes. Everything is a buffer, and hippie-expand works everywhere! (HT Yeve Stegge)
query-replace-regexpand!- Popping the mark after a
query-replace-regexp
- Popping the mark after a
C-q C-jfor quoting a character that would otherwise be trapped by a mode.fundamental-modefor editing existing content as text. Whatever conten is there, no matter what mode you start in, it will always get confused about your intentions.- Regular Expressions FTW (
\( {\|}^J\|;\)) - isearch navigation (HT Yeve Stegge)