kergoth / dotvim

Personal vim Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • :cq: Exit non-zero.
  • g* Like *, but don't put "<" and ">" around the word. This makes the search also find matches that are not a whole word.

.vim/vimrc

From plugins

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

Reference Links

About

Personal vim Configuration


Languages

Language:Vim Script 95.8%Language:PowerShell 2.3%Language:Shell 1.9%