Vim


Atalhos do vim que eu preciso lembrar

:set number

:set mouse=a

:%s/bla/ble/g

:split arquivo
:vsplit file
:e arquivo
:tabedit arquivo

ctrl-v
v
V

:set autoindent
:set smartindent
:set softtabstop=4