Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (32 loc) · 967 Bytes

nvim-config

KeyMapping

==Normal==
Better window navigation <C - Left , Down , Up , Right>
Resize with arrows <C - h , l>
Navigate buffers <S - Left , Right>
Move text up and down <A - j , k>
Save <C - s>
Filter strings <C - f>
Find file <C - p>
Back and Forward <A - Left , Right>
Close buffer <C - c>
Comment <C - \>
Outline <C - o>
==Insert==
Press jk fast to exit insert mode jk
==Visual==
Stay in indent mode <, >
Move text up and down <A - j , k>
==LSP==
Declaration gD
Definition gd
References gr
Implementation gi
Open float gl
Format gf
Hove K
Signature help <C - k>
Rename <C - r>
Diagnostic goto_prev [d
Diagnostic goto_next ]d