LWN.net Logo

21 of the Best Free Linux Text Editors (LinuxLinks)

21 of the Best Free Linux Text Editors (LinuxLinks)

Posted Aug 29, 2008 18:44 UTC (Fri) by jzbiciak (✭ supporter ✭, #5246)
In reply to: 21 of the Best Free Linux Text Editors (LinuxLinks) by allesfresser
Parent article: 21 of the Best Free Linux Text Editors (LinuxLinks)

I used Joe for awhile some years back, but I haven't touched it in awhile. I've been sold on Vim.

You can blame my conversion to C from Pascal. When I first encountered Joe, I was competent (but not expert) in VI, and still had the Wordstar keybindings programmed into my fingers from years of using Turbo Pascal. ^K B, ^K K, ^K C...

But, as I used VI more and more with C, especially fun shortcuts such as <% and >% to change block indentation, or d% to delete a block (and p to put it back somewhere else), it edged those bindings out of my head. That's also around the same time my default C coding style changed to put the opening curly bracket on its own line, lined up with the closing bracket. These shortcuts work much better with that style than the K&R style.

(Whoo hoo... I can combine an editor debate into a C style debate!)


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds