Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I was curious to know what is the editor of choice for my fellow Linux users. For years it has been a vi vs. emacs debate but it appears there many more. Please reply with your favorite editor. I personally prefer vim.

This question is marked "community wiki".

asked 23 Jun '10, 14:54

Andy's gravatar image

Andy
2972920
accept rate: 14%




« previous123456next »

I do a lot of text editing: shell scripts, HTML (which I use for all my articles), CSS, crossword puzzles, PostScript programs, email, usenet, and even to compose replies to web posts such as this (I use the "It's All Text" extension in Forefox).

I always have an emacs window ('frame' in emacs-speak) open, usually with 50 or more buffers active. (It was over 250 yesterday.)

When I compose email or a usenet message, the app opens an emacsclient window.

When I am creating a crossword puzzle, I use shell mode where I have elisp functions to perform various operations on the word under the cursor: look up the definition, find anagrams, show previous clues for the word, etc.. Others look up and print a list of words that fit in a particular position in the grid.

link

answered 01 Mar '13, 04:45

cfajohnson's gravatar image

cfajohnson
213
accept rate: 0%

I use nano in the console because you don't need a PhD to use it. Gedit or leafpad as graphical editor (leafpad opens much faster). I used nedit, which is decent. Also I use "less" a whole lot to simply view documents/files or piped output. "zless" reads compressed text files in /usr/share/doc.

I know a couple people who use Joe, and it seems to be a lovely little editor.

link

answered 07 Jan '13, 21:56

Valrian's gravatar image

Valrian
111
accept rate: 0%

I am a big vim fan and am using for almost anything possible. :)

link

answered 02 Dec '12, 02:46

bocke's gravatar image

bocke
211
accept rate: 0%

I typically use emacs, but I'm familiar with vim and ed as well. It seems like a good idea to know vi/vim, since some version of it's available on just about any system, and ed, in case nothing else will work. Both emacs and vim have their merits, though; I use emacs more because I'm more fluent in it, not because I think it's better.

For a beginning coder, though, I'd probably recommend something like geany or Notepad++, both of which I used early on. Both have plenty of features to help coding, but require very little learning to use practically, unlike emacs or vim.

link

answered 27 Nov '12, 14:31

KJ4TIP's gravatar image

KJ4TIP
464
accept rate: 12%

Vi is my choice too

link

answered 06 Oct '12, 06:14

Arash's gravatar image

Arash
111
accept rate: 0%

I prefer vim. There are a lot of shortcuts which make vim user friendly

link

answered 05 Oct '12, 03:41

Ranjini's gravatar image

Ranjini
111
accept rate: 0%

I feel great using vim, for heavy lifting emacs is the one. Although its entirely different for each person, my friend uses nano even for writing and modifying code.

And I really don't get IDEs.

link

answered 02 Oct '12, 07:43

s1na's gravatar image

s1na
111
accept rate: 0%

I have to say VIM does the job for me.It is very well documented in books such as the excellent A Practical Guide to Linux Commands, Editors and Shell Programming by Mark Sobell. He has an entire tutorial on VIM.

link

answered 01 Oct '12, 21:39

Freshmeadow's gravatar image

Freshmeadow
711
accept rate: 0%

OK let's try this again after the join process. I switched from Wincrap to Linux about 2 1/2 months ago so I am still very much the newbie, that being said I have found most of the info i find out there always seems to start "vi ......." so I have been learning the hard way how to use it, but it's doing everything it says it's supposed to, and I've only touched the surface, and as for a GUI editor, not sure which one to even start looking at!!

link

answered 26 Sep '12, 21:30

Rogshoggy's gravatar image

Rogshoggy
111
accept rate: 0%

being as I am just now getting the hang of Debian and almost all the readme's info and searches on the web give the how-to-do's in vi so I've been learning the hard way how to use it and I haven't played with the GUI editors yet. that's me 1 1/2 cents worth

link

answered 26 Sep '12, 21:22

Rogshoggy's gravatar image

Rogshoggy
111
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5
×4
×3

Asked: 23 Jun '10, 14:54

Seen: 15,013 times

Last updated: 04 Dec '13, 15:26

powered by OSQA