vim

VIM

Sort numerically in VI editor [duplicate]

:1,794:sort n

Remove RDF triples where the object is datatype property

:g!/<http[^>]*> <http[^>]*> <http[^>]*>/d

Create a new buffer with a copy of the content of current file

:vnew | r #1

Remove all arbitrary spaces before a line in Vim

:left

How do I open files from my oldfiles list in vim?

:bro[wse] ol[dfiles][!]