hahcho / dotvim

My .vim folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My .vim folder.


Languages

Language:Vim Script 89.2%Language:Shell 10.8%