feat: config
This commit is contained in:
commit
d47035b8c7
11 changed files with 421 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# My neovim configuration.
|
||||
|
||||
## Keybinds
|
||||
|
||||
LEADER -> space bar
|
||||
INSERT -> <cr>: Confirm selection (auto-complete)
|
||||
NORMAL -> K: hover()
|
||||
NORMAL -> gd: definition()
|
||||
NORMAL -> gD: declaration()
|
||||
NORMAL -> gs: signature_help()
|
||||
NORMAL -> gf: Format yo code!!
|
||||
NORMAL -> <leader><leader>: Find files
|
||||
NORMAL -> <leader>g: Browse through git files
|
||||
NORMAL -> <leader>d: Browse through buffers
|
Loading…
Add table
Add a link
Reference in a new issue