why is emacs better for coding? vi's highlighting worked just fine for me in C, C++, Java, and Lisp... what more can you ask for ?(short of a graphical environment like apple's XCode )
why is emacs better for coding? vi's highlighting worked just fine for me in C, C++, Java, and Lisp... what more can you ask for ?(short of a graphical environment like apple's XCode )
why is emacs better for coding? vi's highlighting worked just fine for me in C, C++, Java, and Lisp... what more can you ask for ?(short of a graphical environment like apple's XCode )
1. Emacs can split its editing window in half, which you could set up a shell-window to run your compilation/test. While it has little value today, it was invaluable in the days of terminals.
2. Emacs is very customizable. I could set a simple key stroke to insert headers or other text.
3. Emacs automatically flashes the location matching open bracket when you type the closing one, which is extremely important with large logic statements like nested if's.
4. Emacs will indent your text automatically (or later with indent-region), according to the language you are writing in (automatically detected as well) or your own indent style.
5. Emacs is portable.
6. Emacs uses regular expressions as well as interactive queries for search/replace.
ah, you're right, jimmydean. i added "alias vi vim" so long ago i forgot about it. anyway, vim addresses points 1, 2, 4, 5, and 6. and maybe 3, i'm not sure
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.