clone to ~/
blow away .vim
rename this .vim
- Install vim-plug
:PlugInstall
.- Plugins are defined in
.vimrc
$ ln -s ~/.vim/.vimrc ~/.vimrc
$ ln -s ~/.vim/gvimrc ~/.gvimrc
Install ripgrep for faster fuzzy find
.vimrc
is setup to use rg
for ctl + p
as soon as ripgrep is installed.
You can also use :Rg [search term]
inside of instead of using :vimgrep
.
ctrl + e
insert mode, autocomplete htmospace + e
erb tag (print)space + w
erb tag