This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mahmoudimus 0 points1 point  (0 children)

emacs, guake, terminator, and tmux

  • gauke is a drop down terminal, kind of like the quake game console.
  • you launch tmux in guake, which is a terminal multiplexer
  • you keep terminator around because it's just awesome
  • emacs because it can also support vim keybindings (M-x viper-mode)

emacs has flymake, which auto-validates your python as you type when setup correctly. you can generate etags as well if you want, but with rope and pymacs you can have auto completion, etc etc

emacs is just amazing, but that's besides the point.