Skip to content

ordotools/CoreVim

Repository files navigation

CoreVim

code size language frequency

About

This configuration is undergoing some major changes now, but will be optimized soon.

Currently Neovim starts in <75ms.

Usage

Clone into ~/.config/nvim:

git clone https://github.com/corei8/CoreVim/ ~/.config/nvim

Keymapping

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages