From 3a41acbb819687afdf8bf78678780cb2a81d4356 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 20 Feb 2021 19:15:28 -0500 Subject: [PATCH] Update cheat_sheet.md --- cheat_sheet.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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