Daily Archives: November 1, 2011

vim usage: wrapping, spelling, completion, indentation, …

code folding To fold a number of lines (5 for example) press zf5j. To fold code within curly brackets use za The folded lines will be replaced in the buffer with a line that looks like: +—– 5 lines: }—– … Continue reading

Posted in Linux | Tagged | Leave a comment