The UNIX Forums  



Go Back   The UNIX Forums > Top Forums > UNIX for Dummies Questions & Answers
Home Forums Register Rules & FAQDonate Members List Search Today's Posts Mark Forums Read

UNIX for Dummies Questions & Answers If you're not sure where to post a technical question, post it here. All UNIX and Linux Newbies Welcome !!

View Poll Results: What is your preferred text editor?
vi or vi clone such as vim 725 72.94%
emacs 55 5.53%
notepad 55 5.53%
EditPlus 52 5.23%
UltraEdit 47 4.73%
pico 22 2.21%
nano 16 1.61%
mcedit 7 0.70%
nedit 15 1.51%
Voters: 994. You may not vote on this poll

Reply
 
Submit Tools Thread Tools Search this Thread Display Modes
  #161 (permalink)  
Old 01-18-2008
Registered User
 
Join Date: Jan 2007
Posts: 23
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
true is the king !!!
Reply With Quote
Forum Sponsor
  #162 (permalink)  
Old 02-05-2008
Registered User
 
Join Date: Feb 2008
Posts: 3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Editor choice

Quote:
Originally Posted by wvdeijk View Post
Started with vi, but quickly migrated to emacs. I just find it more powerful and easier to use, especially through an X window.

I find that system administrators almost always choose vi while developers prefer emacs. It really depends on what you're trying to do. As a sys admin you want something that you can use quickly and make edits as efficiently as possible. As a developer you'll have different needs when writing or maintaining code.
Reply With Quote
Forum Sponsor
  #163 (permalink)  
Old 02-05-2008
Registered User
 
Join Date: Feb 2006
Posts: 21
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Editor - Update

I have replied to this post in the past, citing my preference for Nedit; however, recently I have been utilizing "vi" or "vim" for editing code/text. I was a little intiimidated of using those editors, but now, through more usage have become more comfortable using them. There are advantages to using Nedit and "vi", but as pointed out in other postings, it depends on what you want to do. Although, "vi" is common (native) to Unix and Linux, whereas Nedit has to be made for the system that it is to be used on.

My point...
Don't just rely on one type of editor, become familiar with as many as possible (i.e. Think outside the box).
Reply With Quote
  #164 (permalink)  
Old 02-13-2008
Registered User
 
Join Date: Dec 2007
Location: Etobicoke,Ontario
Posts: 5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Thumbs down I thought everyone used this was I disillussioned

I'll have to keep that in mind
Reply With Quote
  #165 (permalink)  
Old 02-20-2008
Registered User
 
Join Date: Feb 2008
Posts: 10
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Crimson Editor is my favorite

Similar to UltraEdit but free
Reply With Quote
  #166 (permalink)  
Old 02-21-2008
Registered User
 
Join Date: Jun 2002
Location: Edinburgh
Posts: 39
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
i am currently using gedit. i changed the colours to not be like notepad, but to be white on black. gedit has the mouse based attitude of notepad, but the syntax highlighting of any real editor. i prefer it to bluefish now too, because i am sick of bluefish helpfully putting in the closing tags, for some reason i usually put in the closing tags firt in html, and then i have to delete the duplicate ones that bluefish creates when i do the opening tag.
also, since i use XFce i have to admit that mousepad is a good GUI one, similar to notepad basically, no bells and whistles at all.

i'll still use vi (or whatever /usr/bin/vi points to) if i don't have a gui though, or if i am working in an xterm.

Reply With Quote
  #167 (permalink)  
Old 03-02-2008
Registered User
 
Join Date: Oct 2007
Posts: 5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
vim

vim is always best
Reply With Quote
  #168 (permalink)  
Old 03-03-2008
Registered User
 
Join Date: Jan 2008
Location: Chandigarh,India
Posts: 22
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I use Vi since it is universal and comes with OS. plus there are lot of shortcuts for this editor which make it a fast one.
Reply With Quote
  #169 (permalink)  
Old 03-03-2008
Registered User
 
Join Date: Nov 2007
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
use vi

vi is the best and thats what i use
Reply With Quote
  #170 (permalink)  
Old 03-11-2008
Registered User
 
Join Date: Jun 2006
Posts: 143
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I use vim all day, pretty much. I do a lot of work on Linux machines, and I usually connect via ssh. I like it and it does its job and is powerful. But it's not perfect by any means.

I think the whole vi vs. emacs thing is simply a matter of which one you learned first, or which one someone you respect (or learned from) used.

However, for local work, I prefer gedit. It is incredibly full-featured. Of course, I'm lucky enough to work on a Linux desktop at work. Back when I used to use Windows, I preferred TextPad (textpad.com). It's not free, but well worth the money, and you can hack together your own syntax files to customize syntax highlighting. I even made my own file for syntax highlighting for IBM's Net.Data server-side macro language (not related to .Net in any way).

ShawnMilo
Reply With Quote
  #171 (permalink)  
Old 03-12-2008
Registered User
 
Join Date: Mar 2008
Posts: 16
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Vi

vi is the best one out there. Once you get your hands around H J K L you will love it as much as everyone else out there.

Cros
Reply With Quote
  #172 (permalink)  
Old 03-25-2008
Registered User
 
Join Date: Dec 2007
Location: Virginia, USA.
Posts: 173
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
vi for sysadmin and programming in a restricted environment. But for programming at leisure I've gotten used to kwrite. Don't know why. There's better editors.
Reply With Quote
  #173 (permalink)  
Old 03-26-2008
aniseed's Avatar
Registered User
 
Join Date: Dec 2005
Location: Mumbai, India
Posts: 23
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I've been quite used to vi now. It may not be the best for writing a neatly formatted code but there are a lot of things I could do quicker than any other editor.
Reply With Quote
  #174 (permalink)  
Old 04-02-2008
Registered User
 
Join Date: Oct 2007
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I hated vi at first until I "learned" it, now that's all I use. Even if I am in Xwindows/gnome/kde I still have a habit of using vi instead of gedit/nedit. Once you learn vi you realize how powerful it really is. Also there will be times when you have no other choice. Slimmed down versions of linux, older solaris, aix will have only vi installed. So learn it now before you get into a jam and fumble around when you should have been editing that "config" file and been done with it. Learn vi and you can be the hero of the day!
Reply With Quote
  #175 (permalink)  
Old 04-03-2008
Registered User
 
Join Date: Nov 2007
Posts: 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
vi is everywhere

I use vi. Yes, in the beginning it is quite difficult to use, but when you become familiar with it - you'll love it.
Another advantage - vi (or some clone) is present in all UNIXes 'by default'. So in mixed environment (e.g. Linux and Solaris) you can use the same editor on all servers.
Reply With Quote
  #176 (permalink)  
Old 4 Weeks Ago
alan's Avatar
Registered User
 
Join Date: Jul 2003
Location: Los Angeles
Posts: 53
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I agree 100%.

Vi was quite intimidating at first but now that I am used to it....I love it.
Reply With Quote
  #177 (permalink)  
Old 3 Weeks Ago
psiva_arul's Avatar
Registered User
 
Join Date: Jul 2007
Location: i am living in INDIA
Posts: 56
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
i love vi Editor

vi Editor is my favorite,
initially it was bit difficult to use the vi editor but now i love use vi editor.

Regards,
Siva Pitchai
Bangalore
Reply With Quote
  #178 (permalink)  
Old 3 Weeks Ago
Registered User
 
Join Date: Apr 2008
Location: Dublin, Ireland
Posts: 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Definitely emacs, its a bit heavy on resources but very fast and great for developing with.

I find vi good for quick edits, like config files, that type of thing. But it's no emacs.
Reply With Quote
  #179 (permalink)  
Old 1 Week Ago
kinglet's Avatar
Registered User
 
Join Date: Feb 2008
Posts: 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
" vi " is a popular command and realy easy to use.
Reply With Quote
  #180 (permalink)  
Old 1 Week Ago
Registered User
 
Join Date: Oct 2006
Location: ROK
Posts: 16
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!