diff --git a/cheat_sheet.md b/cheat_sheet.md index 5e95b4e..4cdeef3 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -41,6 +41,10 @@ - `gg=G` auto indent entire buffer - `J` join current line with next line +## Comments + +- `` then select block. Then `` to enter insert. Enter text and hit `Esc` + ## Commands - `:%s/\s\+$//e` trim ending whitespace