Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| :s/></>\r</g Substitute >< with a newline between. g flag means all occurances | |
| =gg Auto-format (=) everything from the current line to the top (gg) | |
| dd Delete (d) the current line (d) | |
| qb Record macro (q) with name 'b' | |
| dd | |
| C-v Visual block mode (C-v) | |
| l l j j d Move right twice, down twice, then delete all in selection | |
| w Move one word right (w) | |
| C ,<esc> Change until end of line (C) insert ',' | |
| j . Go down (j), repeat last command (.) |