Skip to main
Vim
Keymaps
- Spells
z=
: suggest correctly spelled words.
]s
& [s
: Move to misspelled words.
zg
: add to dictionary
zw
: remove to dictionary
- Autocomplete
Alt-o
: Omni-completion
Alt-d
: Dictionary completion
Alt-f
: Filename completion
Alt-l
: Whole line completion
Alt-n
: Next identifier from current file
Alt-i
: Next identifier from included files
- Tag Jump
]g
: Jump to definiton
g]
: List all tags
[g
: Return to Jump
- LSP
Shfit-k
: Show definition.
grr
: Show references
grn
: Rename
- Diagnostics
Shift-L
: Show Diagnostics
]d
next diagnostic in the current buffer
[d
previous diagnostic in the current buffer
- Telescope
<leader>sh
: Help
<leader>sk
: Keymaps
<leader>sf
: Find Files
<leader>sg
: Grep
<leader>st
: Search Tags
<leader>s.
: Recent Files
<leader>/
: Search current file
<leader><leader>
: Search open buffers
<leader>s\
: Live Grep in Open Files
Table of Content