![]() |
|
|
|
|
|||||||
| 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 |
|
907 | 73.26% |
| emacs |
|
68 | 5.49% |
| notepad |
|
67 | 5.41% |
| EditPlus |
|
60 | 4.85% |
| UltraEdit |
|
58 | 4.68% |
| pico |
|
24 | 1.94% |
| nano |
|
28 | 2.26% |
| mcedit |
|
8 | 0.65% |
| nedit |
|
18 | 1.45% |
| Voters: 1238. 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 | 3 Weeks Ago 11:01 PM |
| Which editor to use? | Nafanja | UNIX for Dummies Questions & Answers | 5 | 11-29-2007 08:58 AM |
| Vi editor | jazz | High Level Programming | 1 | 11-17-2005 04:37 AM |
| vi editor | eloquent99 | UNIX for Dummies Questions & Answers | 1 | 01-14-2003 01:49 AM |
| Using the vi editor | pbsys | UNIX for Dummies Questions & Answers | 2 | 11-05-2001 11:27 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
People say gvim is not for real men, but if i have long editing sessions and wish to keep a couple of terminals free for running commands then gvim is great. Commands may be run using :! which I do use, but say I wish to keep alpine open for a while, or my ruby interactive shell. |
| Forum Sponsor | ||
|
|
|
|||
|
vi supports tabs! Well, not really... but if you want to have a handful of vi sessions open in a session, there's always suspend, and then fg "vi filename" to switch to a suspended session
When I first started using UNIX, I learned to use ex for editing configuration files. I wasn't really involved in any complex scripting - mostly a glorified babysitter. As time went by and I needed to coax more than basic functionality out of UNIX, I switched to vi and never really looked back. I don't even think about the editor, really... it's more reflex than conscious choice. That's probably the best compliment that I can give any utility... Now, I have vim installed on the Windows box here at work, as I've grown tired of all of the letters that started to crop up in notepad. yy, cw, hjkl, etc. nb: I use SciTE on Windows to troubleshoot the odd grammatical issue with a complex script, or when I need to provide printed documentation of the script. |
|
|||
|
Quote:
I currently also use "screen" - started just yesterday, one window/terminal and many sub-terminals with bash, vim, irb, links (with ruby documentation). Can see them all below on the bar, and move with a quick 2 key combo. Screen really shines when you are telnetting/ssh'ing. |
|
|||
|
I've only ever used vi, so I'd have to choose that one. I have tried others I found online but with no success.
Not exactly sure what you mean but I'm using something called Dev-C++ right now and it compiles what I need to do so I haven't used vi recently. Problem is, I can't get it to run any of my programs, but no matter, I found that I can run it through command prompt (it only works on my Vista and not my XP). |
| Tags |
| linux, regex, regular expressions, solaris |
| Thread Tools | |
| Display Modes | |
|
|