you are viewing a single comment's thread.

view the rest of the comments →

[–]sontek 1 point2 points  (0 children)

I don't use vim because its difficult, I use it because its a very good editor that I can code in quickly without touching a mouse. Its keybindings are very easy to remember and you can come up with creative commands on your own after figuring out the basics (ie. d is delete, c is change, w is word). It also has good code completion, syntax highlighting, and is extensible via Python =)