![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux 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 |
|
959 | 73.37% |
| emacs |
|
72 | 5.51% |
| notepad |
|
71 | 5.43% |
| EditPlus |
|
61 | 4.67% |
| UltraEdit |
|
61 | 4.67% |
| pico |
|
25 | 1.91% |
| nano |
|
32 | 2.45% |
| mcedit |
|
8 | 0.61% |
| nedit |
|
18 | 1.38% |
| Voters: 1307. You may not vote on this poll | |||
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| set EDITOR=vi -> default editor not setting for cron tab | aarora_98 | Shell Programming and Scripting | 6 | 09-12-2008 11:01 PM |
| Which editor to use? | Nafanja | UNIX for Dummies Questions & Answers | 5 | 11-29-2007 09:58 AM |
| Vi editor | jazz | High Level Programming | 1 | 11-17-2005 05:37 AM |
| vi editor | eloquent99 | UNIX for Dummies Questions & Answers | 1 | 01-14-2003 02:49 AM |
| Using the vi editor | pbsys | UNIX for Dummies Questions & Answers | 2 | 11-05-2001 12:27 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What editor does everyone use?
Sory, I was looking through the topics and I wasn't sure if this was the best place to post this question:
I was wondering, out of curiosity, which software everyone was using to code their scripts in. I do mostly sh/ksh and my favorite has always been EditPlus because it is small, fast, yet powerful. Plus other users in the community have coded syntax highlighting for languages that EditPlus hasn't included. My two main concerns are: 1. Simplicity (I tend to like souped up versions of notepad, which is what EditPlus seems to be). 2. Syntax highlighting. I posted this because perhaps there's an even better program I should be using. Or perhaps someone has a very good syntax highlighting file that I haven't found yet. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
i tend to stick to vi since it usually comes with the os build by default, it doesn't need an x-server to run and it can do what i need without a lot of overhead ...
while the syntax highlighting could be useful and could make my life more efficient when i'm coding --- it's not required ... and i don't want to get dependent on something that might not be there on the next system i'm working on ... |
|
#3
|
|||
|
|||
|
vim
You can also use vim this is a buffed up version of vi you can get this to do Syntax highlighting. But i just stick with vi as well..
P |
|
#4
|
|||
|
|||
|
IMO any editor you use should have these features:
1. syntax highlighting for a variety of languages; allows creation of custom hightlighting 2. programmable (or macros) 3. support files from different platofrms (UX, DOS, etc) vi meets some of those requirments, so it's okay in a pinch. I really like UltraEdit because it supports syntax highlighting for many dozens of languages/environments. The bad part is it runs on Windows - I think there is an X version coming out, dunno. |
|
#5
|
|||
|
|||
|
I use vi about 99.9% of the time. The rest of the time is when I don't have a terminal open and I just pop Windows Notepad open for a quick note.
|
|
#6
|
|||
|
|||
|
Quote:
I prefer vi since it is just about on every Unix box that I've ever used and, once you get used to it, navigation and feature use is only a couple of keystokes away. A couple of features that are very handy are bookmarks, copy and paste buffers, launching a program and automatically reading its output into your text, lauching a program using your text as input. These will become second nature and you'll get going pretty fast. I kind of wish UltraEdit could switch on a vi mode once in awhile. Thomas |
|
#7
|
|||
|
|||
|
Started with vi, but quickly migrated to emacs. I just find it more powerful and easier to use, especially through an X window.
|
|||
| Google The UNIX and Linux Forums |
| Tags |
| linux, regex, regular expressions, solaris |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|