/vim-config

Vim config file with a collection of code snippets to remove the redundant typing

Primary LanguageVim script

vim-config

Vim config file with a collection of code snippets to remove redundant typing

cd ~
git clone https://github.com/kayburns/vim-config.git

Add snippets directly into your code. For example, to add a snippet to write to python file do the following within vim while in normal mode:

:r ~/sc/wf