Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent 19ac5cd675
commit 3a41acbb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
- `<ctrl-w>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
- `<ctrl-x><ctrl-o>` omni completion

Loading…
Cancel
Save