Name: Anonymous 2012-11-26 8:43
Lets compare three different editors: notepad, vim, Visual Studio.
Declaring a variable:
objective line: `int i`
notepad:
int i<enter>
vim:
iint i<enter><esc>
VS:
in<ctrl-space><down><down><down><enter> i<ctrl-space><enter><enter>
Conclusion, notepad is the best.
Declaring a variable:
objective line: `int i`
notepad:
int i<enter>
vim:
iint i<enter><esc>
VS:
in<ctrl-space><down><down><down><enter> i<ctrl-space><enter><enter>
Conclusion, notepad is the best.