snippets / vim

All snippets tagged vim (2)

  1. VIM SQL Transformation , to linebreak

    .

    1 %s/,/\r/g
    Posted by qrist0ph to befunge vim regexp ... saved by 1 person ... 0 comments ... 5 months, 1 week
  2. replace ^M by new line with vim

    tip to **replace ^M by unix new line ending** that appear on some file. ^ mean _ctrl key_.

    1 :%s/^V^M/\r/g
showing 10, 25, 50 items per pages

Pages : 1

Flux RSS friendsnippetLatest snippets


More...