are there any IDEs which run in a shell instead of a gui. As i really don't like to use a mouse (except of scrolling, everything is faster for example in firefox using shortcuts).
I really like textual user interfaces (like gdb in tui mode) and it would be nice to have an ide which is fully controlable by keyboard (i'm currently learning emacs but it isn't really designed as an ide i think).
-
1What languages are you working with? For instance, emacs can be a very effective IDE for some platforms and not so much for others.jaybee– jaybee2011年07月12日 12:51:59 +00:00Commented Jul 12, 2011 at 12:51
-
Most of the time i'm programming C and Python, sometimes also Ruby.rob– rob2011年07月12日 14:55:32 +00:00Commented Jul 12, 2011 at 14:55
2 Answers 2
emacs and vim can be - and are - both used as IDEs. I personally use emacs as IDE for PHP.
answered Jul 11, 2011 at 13:54
cweiske
31.4k15 gold badges151 silver badges206 bronze badges
Comments
lang-lisp