/dotvim

My .vim folder.

Primary LanguageVim script

Dotvim

Install

Run ./install.sh Open vim and execute :PlugInstall

Keybindngs

g/pattern/command - execute command for every line that matches pattern g!/pattern/command - execute command for every line that does not match pattern gq - reformat text to fit files column width bufdo edit! - execute command for every buffer