Run ./install.sh
Open vim and execute :PlugInstall
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