Keyboard Shortcuts
Neovim
Basic
- Ctrl+H/J/K/L : move to left / down / up / right window
- Alt+Up/Down/Left/Right : increase / decrease -> height / width
- Alt+H/J/K/L : move lines to left / down / up / right
- N/Shift+N : next / previous search result
- Ctrl+S : save file
- Space+F+N : new file
Neotree
- Space+E : toggle neotree
- . : change root to directory
- A : add file
- D : delete file
- R : rename file
- Shift+H : toggle hidden
- Shift+I : toggle gitignore
Telescope
- Space+F+F : find files
- Space+F+G : search files
- Space+F+B : switch buffers
LSP
- G+L : show diagnostics
- G+D : go to definition
- G+D : go to declaration
- Shift+K : preview
Spell
- Z+= : list suggestions
- Z+G : mark word as good
- Z+W : mark word as bad
Buffers
- Tab : Cycle to next buffer
- Shift+Tab : Cycle to previous buffer
- B+Q : Close current buffer
- Space+B+Q : Close all other buffers