Dienstag, 24. Mai 2016

vim Cheatsheet

Code formatting

gg=G format current file

Processing text through external commands 

Use the ex command ! for this

Example

:!sort
This will sort the current selection.


Keine Kommentare:

Kommentar veröffentlichen