This configuration is undergoing some major changes now, but will be optimized soon.
Currently Neovim starts in <75ms.
Clone into ~/.config/nvim
:
git clone https://github.com/corei8/CoreVim/ ~/.config/nvim
Collection of my most used key combinations.
Key(s) | Action |
---|---|
<space> |
leader |
jj |
Toggle Insert Mode |
<space>cc |
comment out line |
<space>cu |
uncomment line |
<space>ga |
git add |
<space>gc |
git commit with message |
<space>gp |
git push |
<space>gl |
git pull |
<space>ff |
telescope find file |
<space>fb |
telescope find buffer |
LSP completion is by <CR>
, and you can <TAB>
and <Shift+TAB>
to cycle through the suggestions