diff --git a/cheat_sheet.md b/cheat_sheet.md index f6cd7e6..0b9ae2e 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -1,14 +1,5 @@ # VIM Cheat Sheet -## Tabs - -- `gt` go to next tab -- `gT` go to next tab -- `[num]gt` go to tab [num] -- `:tabnew` open new tab -- `:tabc` close tab -- `:tabe` edit file in new tab - ## Split - `s` or `:sp` split with line running horizontally @@ -23,6 +14,15 @@ - `:bn` next buffer - `:[num]bd` unload buffer [num] +## Tabs + +- `gt` go to next tab +- `gT` go to next tab +- `[num]gt` go to tab [num] +- `:tabnew` open new tab +- `:tabc` close tab +- `:tabe` edit file in new tab + ## Auto Complete - `` omni completion