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 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 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 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 agree that there is no 'best' editor. My main reason for choosing vi over emacs was mostly that emacs was so big (back in the 80s) and vi was on all systems. Now, I'm comfortable with vi(m), and it's now not worth getting up to speed (again) with emacs.

I like the way that I can move quickly through a file with vim but emacs is almost more of a universal IDE/OS. If you lean to use Emacs' add-on tools, it can be pretty powerful. Each tool has it's advantages. which is 'best' depends on how you work and your preferences.

link

answered 02 Mar '13, 16:50

darkonc's gravatar image

darkonc
1
accept rate: 0%

For quickly editing things like configs, I use nano. But for programming, I use vim.

link

answered 02 Apr '13, 22:57

jcunit's gravatar image

jcunit
111
accept rate: 0%

I use nano in the terminal and sublime text 2 for everything else.

link

answered 28 May '13, 00:12

Ahron%20Townsley's gravatar image

Ahron Townsley
112
accept rate: 0%

I like Nano to edit from command line. I like Geany from GUI.

Nano allows me to quickly access and edit files while using bash. I play minecraft and use bash to launch the server. I can quickly edit server.properties file without having to click around.

Geany handles GUI text easily. I can edit yaml files, or plain text. The line numbers allow for easy reference when I need to make changes.

link

answered 24 Jun '13, 12:07

larwana's gravatar image

larwana
1
accept rate: 0%

I use vim in CLI and pluma in GUI

link

answered 25 Jun '13, 12:58

spacejammin's gravatar image

spacejammin
111
accept rate: 0%

I currently have to code C stuff on a 13 year old AIX Unix box. The terminal handler is horrific, making VI a severe pain to use.
On more modern (Linux) platforms, my commmand line editors are vi and VIM. Often VIM's defaults colors for keywords do not work well with my monitor, so I switch back to VI.

Many times, I will ftp the source to windows and use notepad++. This editor should be ported to Linux. Kedit and gedit are two great GUI editors.

link

answered 25 Jun '13, 20:25

lsatenstein's gravatar image

lsatenstein
1
accept rate: 0%

I use Notepad++ also when I am on Windows. Geany has many of the same features. Numbered lines, color coded text, symbols to denote returns, spaces, and tabs. Also documents pop up in tabs, so it is easy to go between them.

In Mint, Geany is in the Software Manager. It might be worth a try to save yourself having to swap between OSes.

link

answered 25 Jun '13, 22:57

larwana's gravatar image

larwana
1
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