Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbilsted/kbg_config

vim config
https://github.com/kbilsted/kbg_config

config configuration keyboard keymapper keymapping neovim powershell vim vimium vimrc vscode-settings

Last synced: 11 days ago
JSON representation

vim config

Awesome Lists containing this project

README

        

# vim_config
vim config for vscode

# install
git clone to `c:\users\\`

e.g. by

```
> cd c:\users\
> git init
> git config --global --add safe.directory .
> git remote add origin https://github.com/kbilsted/kbg_config.git
> git pull origin master
```