Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent 41a45fb0d8
commit 7e65ddcc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,15 +10,15 @@
## Buffers ## Buffers
- `:b[num]` use buffer [num] - `:b[num]` use buffer `[num]`
- `:bn` next buffer - `:bn` next buffer
- `:[num]bd` unload buffer [num] - `:[num]bd` unload buffer `[num]`
## Tabs ## Tabs
- `gt` go to next tab - `gt` go to next tab
- `gT` go to next tab - `gT` go to next tab
- `[num]gt` go to tab [num] - `[num]gt` go to tab `[num]`
- `:tabnew` open new tab - `:tabnew` open new tab
- `:tabc` close tab - `:tabc` close tab
- `:tabe` edit file in new tab - `:tabe` edit file in new tab
@ -46,6 +46,10 @@
## Copying ## Copying
- `"+y` copys visual selection to clipboard - `"+y` copys visual selection to clipboard
- `yy` copys entire line
- `[num]yy` yank `[num]` lines
- `yb` yank previous word
- `yw` yank next word
## Formatting ## Formatting

Loading…
Cancel
Save