Power of g in Vim
:[range]g[!]/pattern/cmd
! means do not match pattern, use :v as the same. cmd list:
d: deletem: movet: copy, orcos: replace
for more info:
:help ex-cmd- Power of g
Was this page helpful?
:[range]g[!]/pattern/cmd
! means do not match pattern, use :v as the same. cmd list:
d: deletem: movet: copy, or cos: replacefor more info:
:help ex-cmdWas this page helpful?