LazyVim
Basics
| Command | Use |
|---|---|
| <Esc> | Exit back to normal mode |
| <C-s> | Save the current file |
| <leader>fn | Create a new file |
| <leader>qq | Quit all |
Editing
| Command | Use |
|---|---|
| i | Start inserting before the cursor |
| a | Start inserting after the cursor |
| o | Open a new line below |
| u | Undo |
| <C-r> | Redo |
| dd | Delete the current line |
| yy | Copy the current line |
| p | Paste after the cursor |
Explorer
| Command | Use |
|---|---|
| <leader>e | Toggle the explorer |
| H | Show or hide hidden files |
Search
| Command | Use |
|---|---|
| <leader><space> | Find files fast |
| <leader>/ | Search text across the project |
Buffers & windows
| Command | Use |
|---|---|
| <C-h> <C-j> <C-k> <C-l> | Move between windows |