kergoth / dotvim

Personal vim Configuration
1 stars 0 forks source link
dotfiles vim vim-configs vim-configuration

Kergoth's .vim

Usage

git clone https://github.com/kergoth/dotvim /whereever/you/want/it

If you want to run these in place without disrupting your existing vim setup, run:

/whereever/you/want/it/script/bootstrap

And then run vim with vim -u /whereever/you/want/it/vimrc

To instead make this default, run:

/whereever/you/want/it/script/install

Key functionality included

Reference for Vim commands/mappings

Builtin

.vim/vimrc

From plugins

imap <C-x><C-t>: Complete minisnip snippets.

Reference Links