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%




123456next »

vim, when available, otherwise vi.

link

answered 04 Dec '13, 15:26

trbennett48's gravatar image

trbennett48
111
accept rate: 0%

Gedit here!! All boosted with developer plugins...Boy It Rocks!!!

link

answered 24 Sep '13, 06:28

virneto's gravatar image

virneto
1
accept rate: 0%

vim or gvim

link

answered 16 Jul '13, 01:23

voodoochile's gravatar image

voodoochile
111
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%

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 vim in CLI and pluma in GUI

link

answered 25 Jun '13, 12:58

spacejammin's gravatar image

spacejammin
111
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 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%

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 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%

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