Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kbilsted/kbg_config
- Owner: kbilsted
- License: apache-2.0
- Created: 2024-11-11T14:35:46.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T17:55:37.000Z (11 days ago)
- Last Synced: 2024-12-27T18:29:29.537Z (11 days ago)
- Topics: config, configuration, keyboard, keymapper, keymapping, neovim, powershell, vim, vimium, vimrc, vscode-settings
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```