Difference between revisions of "Vim"

From Noah.org
Jump to navigationJump to search
 
m
Line 9: Line 9:
  
 
A long, long time ago I used to be an emacs person.
 
A long, long time ago I used to be an emacs person.
 +
 +
== Folding ==
 +
 +
Most folding is complicated and bothersome.
 +
When I use code folding, I only want show class, method, and function names. That is, I just want a high-level view of my code.
 +
I don't want every single nested statement folded.

Revision as of 12:26, 16 August 2006

My .vimrc

This is my super-terrific .vimrc file.

   .vimrc

I tried to balance compatability and familiarity with standard 'vi' with adding time-saving features. I didn't want to make my vim so different that I'd go crazy when I had to go back to a machine without all my customizations.

A long, long time ago I used to be an emacs person.

Folding

Most folding is complicated and bothersome. When I use code folding, I only want show class, method, and function names. That is, I just want a high-level view of my code. I don't want every single nested statement folded.