Vim TIL
Revision as of 13:50, 31 May 2016 by Gibransyah (talk | contribs) (New page: = Vim Today I Learned = * visual replace :s/\%Vus/az/g * vim repeat last command press . * vim search/replace under cursor press * under keywords, switch to commandmode :%s//r...)
Vim Today I Learned
- visual replace
:s/\%Vus/az/g
- vim repeat last command
press .
- vim search/replace under cursor
press * under keywords, switch to commandmode :%s//replace/g blank will filled with latest search