Looking for Linux text editor

Posted by Daniel on Super User See other posts from Super User or by Daniel
Published on 2012-12-01T03:47:55Z Indexed on 2012/12/01 5:07 UTC
Read the original article Hit count: 390

Filed under:
|
|

I'm looking for VIM replacement. My key points are:

  1. Extensible in sane language (such as Python, Ruby, or even Lua, after vimscript everything will do). Also GUI part should be extensible too, so no SublimeText2.
  2. GUI. Preferrably GTK+.
  3. Lightweight. I don't understand IDEs like Eclipse/NetBeans consuming up to 1G of RAM.
  4. File browser panel.
  5. Splits, tabs and windows. There should be ability to split views tabs infinite number of times (or while they fit to screen).
  6. VCS support (optional: especially Git)
  7. Snippets & autocompletion (not mandatory, but I would very love to have those)

Any ideas?

© Super User or respective owner

Related posts about linux

Related posts about text-editors