Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

27 lines (25 loc) · 1.6 KB

Neovim

Keybindings

Keybinding Description
space The Leader, used to initiate various actions
space f Display file fuzzy finder
space b Display buffer fuzzy finder
space g Display grep fuzzy finder
space c Display git commit fuzzy finder
space q Display quickfix fuzzy finder
space r Display register fuzzy finder
alt t Send fuzzy finder results to quickfix
space e Toggle file tree
space j Format JSON object
space z Toggle zen mode
space s Open search & replace dialog
gd LSP go to definition
gD LSP go to declaration
gh LSP trigger hover
gf LSP format buffer
gr LSP list references
gr LSP rename all references
[d LSP go to previous diagnostic
]d LSP go to next diagnostic
gc Toggle code comment