43

Is there any TextMate alternative for Linux?

Something like e-TextEditor for Windows

Haatschii
  • 9,021
  • 10
  • 58
  • 95
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327

7 Answers7

40

Check out sublime: http://www.sublimetext.com/. It's not quite textmate but it has some pretty awesome features.

franc0is
  • 733
  • 9
  • 14
34

Yes, the gedit text editor. The are some must read articles on this subject on the web:

Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
23

Why not Vim? It most likely comes by default with your distribution and is a lot more powerful than TextMate. I recommend it, even on Mac OS X.

Or Emacs.


Edit

I keep seeing this answer upvoted from time to time so, FWIW, this is the story of my switch from TextMate to Vim:

As a long-time BBEdit user, I fell in love with TextMate's elegance and intuitiveness in 2006 and became proficient with it quite quickly. A couple of years later, though, I switched to Linux at home and went on a 10 months-long editor safari, looking for a cross-platform alternative to TextMate.

In those 10 months I tried seriously every editor, lightweight IDE or full-blown IDE that worked both on Linux and on Mac OS X with varying success. Too bloated, too light on features, not well integrated in the OS… every editor/IDE I tried had unacceptable flaws.

Last on the list were Emacs and Vim, mostly because of their legendary learning curves and their perceived "strangeness". Both editors passed all my tests successfully but Vim ultimately won because of the intuitiveness of its language and the simplicity of its configuration.

So… I then spent a few months doing the most pointless thing ever: trying to turn Vim into a TextMate clone. I somehow pulled this off but the result was slow and bloated and all duct-tapped to death. Frustration led me to enlightenment and made "get" Vim which I've been using with much pleasure as my main editor for the last 4+ years.

romainl
  • 186,200
  • 21
  • 280
  • 313
  • 2
    Its mostly imaginary learning curve can be daunting, though. – romainl May 03 '13 at 07:59
  • 1
    Not that I'm sad or angry or whatever… but why the downvote? Disagreement? Concerns about the editorial quality of this answer? – romainl Jun 21 '13 at 05:35
4

There is also Redcar Editor:

  • textmate wannabe clone
  • runs on Java (crossplatform)
  • written and extendable in Ruby (JRuby)
  • open source
  • plugins
  • extend-it-yourself feature
  • alpha (hurry and contribute)
clyfe
  • 23,695
  • 8
  • 85
  • 109
3

I personally use the gmate extension to gedit. However, it is also possible to compile E on Linux.

Spreadsheet
  • 267
  • 2
  • 8
2

There is also scribes

wontondon
  • 305
  • 2
  • 9
2

Since the people behind E released the source, there's a GitHub repository you can clone and install on your own.

Read more!

jocap
  • 477
  • 4
  • 9