-
Notifications
You must be signed in to change notification settings - Fork 1
NeoVim
Andrii Gladkyi edited this page Jul 15, 2022
·
4 revisions
| Key | Mode | Action |
|---|---|---|
| ⌃T | N | new buffer |
| ⌃N | N | open file tree |
| ⌃M | N | open symbols browser |
| ↹ | N | next buffer |
| ⇧↹ | N | previous buffer |
| ⌃W | N | close buffer |
| ⌃O | N | open file |
| ⌃G | N | search in all files |
| ⌃F | N | LSP search in current file |
| ⌃T | N | LSP search in all files |
| ⌃/ | NV | toggle line comment |
| ⌃S | N | format code |
| ⌃Q | N | open terminal |
| ⌃Q | T | close terminal |
| ⌃W | T | exit insert mode in terminal |
| ⌃] | N | go to definition |
| ⇧J | N | page down |
| ⇧K | N | page up |
| ⌃H | N | navigate left |
| ⌃J | N | navigate down |
| ⌃K | N | navigate up |
| ⌃L | N | navigate right |
| ⌃⎵ | N | toggle folding |
| /-/ | N | clear selection |
| ⌃L | I | accept Copilot's suggestion |
| ⌃L | I | next Copilot's suggestion |
| ⌃H | I | previous Copilot's suggestion |
| ⎵-t-m | N | toggle table mode |
| ⎵-t-t | N | make table out of CSV |
| ⌃P | I | show tag completions (C) |
| ⌃⎵ | I | show LSP completions (C) |
| ↹ | I(C) | select next completion |
| ⇧↹ | I(C) | select previous completion |