Skip to content

Commit

Permalink
Add Cheetsheets directory and nvim cheetsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Aug 19, 2024
1 parent 092e653 commit c5b9dde
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Cheetsheets/nvim_cheetsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# NVIM cheetsheet

## Tabs and multiple files

### Open a file in a new tab

- `:tabe <filename>`

### Navigation

- `gt` - next tab
- `gT` - previous tab

### Close

- `:tabo` - close all other tabs


## Other cheetsheets

- <https://phoenixnap.com/kb/vim-commands-cheat-sheet>

0 comments on commit c5b9dde

Please sign in to comment.