Leafpad > gedit

I want a simple, fast and lightweight text editor for my Linux desktop. I don’t want to learn a lot of new arcane key bindings, so not Vim or Emacs. I want a real GUI desktop application, not a console based one, so not nano (even though nano is nice when you only have a text console available). I don’t want a full-blown IDE for programming (I already have that) so I don’t need syntax highlighting and similar features.

So far I have been using gedit which is bundled as default text editor with Ubuntu. But it is not lightweight and sometimes really slow. It is particularly bad at handling large files and slow at searching, searching for a word in a 5 MB text file was painfully slow on my quite fast computer.

I got fed up with gedit and went out to look for alternatives. I found Leafpad and really like it. It is available in the standard Ubuntu APT repository, so it is trivial to install. It is GTK+ based (just like gedit), so it integrates nicely with the Unity desktop, it even supports the Unity global menu bar.

Leafpad is really lightweight and much faster than gedit. Searching through a 5 MB text file is not a problem at all.

Leafpad lacks some of the features that gedit have. It doesn’t support multiple files in tabs, but since it’s lightweight you can start multiple instances of it in separate windows, and the tab support in gedit is not very good anyway. It does not support syntax highlighting, but for me gedit is not good enough for serious programming anyway, I want a real IDE with more than just syntax highlighting for that.

Now gedit is uninstalled from my machine and I don’t miss it.

This entry was posted in Linux, Ubuntu. Bookmark the permalink.

5 Responses to Leafpad > gedit

  1. Jorgen says:

    Another option is the geany text editor: http://www.geany.org/

    I am using it for virtual environments when you want a GUI, but as lightweight as possible. Geany is made for LXDE, but as is the philosophy there, it does not have a lot of dependencies. Geany is also in the Ubuntu repositories. I haven’t tried it with large files though.

  2. Geany is more an IDE than a text editor, not as lightweight as Leafpad.

  3. Jens Staal says:

    I always liked Kate.

    Just started with leafpad (switched from Arch GNU/Linux with KDE to Alpine Linux with i3). I find it somewhat lacking compared to Kate and I am looking for alternatives (end up a lot with vim simply to get nicer highlighting compared to leafpad).

  4. The problem with Kate is that is based on KDE, and if you don’t already have any KDE apps installed, it will bring in tons of dependencies.

Comments are closed.