diff --git a/cheat_sheet.md b/cheat_sheet.md index 4e22908..ec7b285 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -35,6 +35,12 @@ - `` page down - `` page up +## Formatting + +- `=` auto indent selection/line +- `gg=G` auto indent entire buffer +- `J` join current line with next line + ## Commands - `:%s/\s\+$//e` trim ending whitespace