LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


View Poll Results: Your favorite editor?
i will use vim until the day i die! 28 37.84%
emacs is the greatest text editor on earth! 16 21.62%
no real preference 8 10.81%
what's an editor? 2 2.70%
people who live/die by one specific editor are DUMB. 20 27.03%
Voters: 74. You may not vote on this poll

Reply
  Search this Thread
Old 07-16-2003, 08:01 AM   #16
fatman
Member
 
Registered: Mar 2003
Location: PA
Distribution: Ubuntu (x2)
Posts: 158

Rep: Reputation: 30

Locally: emacs

Remotely: VIM
 
Old 07-17-2003, 04:46 PM   #17
tincat2
Member
 
Registered: Feb 2002
Location: hills of WV
Distribution: slackware
Posts: 227

Rep: Reputation: 30
joe works for the simple stuff i do, but i am impressed with the functionality of vim and emacs-for someone who knows what he or she is doing, they've got to be potent.
 
Old 07-17-2003, 05:12 PM   #18
ionstorm
Member
 
Registered: Jul 2003
Location: United Kingdom
Distribution: Slackware 8.0, 8.1, 9, 9.1 Crux 1.1,1.2
Posts: 80

Rep: Reputation: 15
vim or Gvim depending upon what is available.
 
Old 07-17-2003, 09:32 PM   #19
Daem0hn
Member
 
Registered: Jul 2003
Location: Australia
Distribution: Gentoo 1.4
Posts: 43

Rep: Reputation: 15
in console, vim, in X hmmm, i dont really edit in X
 
Old 07-18-2003, 09:33 AM   #20
alfy
LQ Newbie
 
Registered: Jan 2003
Location: michigan, usa
Distribution: redhat
Posts: 7

Rep: Reputation: 0
I use vi for the same reason any working professional would.

I know that it will be on ANY *nix system I have to work on. I don't have to worry that someone didn't load some other editor that I "like".

In business, your not paid to "like" it. Your paid to DO it.
 
Old 07-18-2003, 09:42 AM   #21
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
cat & sed
 
Old 07-20-2003, 08:00 AM   #22
poloktim
Member
 
Registered: Feb 2003
Location: Australia
Distribution: Debian
Posts: 104

Rep: Reputation: 17
I can't use vi or vim or emacs.

No matter how hard I tried.

In X: Nedit (it colours the code depending on the language extension, how cool!).
In CLI: Nano
 
Old 07-20-2003, 02:42 PM   #23
lokee
Member
 
Registered: Feb 2003
Distribution: Gentoo
Posts: 381

Rep: Reputation: 30
vim colours the text too...
 
Old 07-20-2003, 02:57 PM   #24
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
Quote:
cat & sed
LOL
 
Old 07-20-2003, 03:02 PM   #25
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
quote:cat & sed

LOL
That's what I thought ... even though
I might fancy that for the odd minor
modification of a system-file I certainly
wouldn't want to use this for coding ;)

Cheers,
Tink
 
Old 07-20-2003, 03:05 PM   #26
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
console: vi / vim it's the only way to go.

X: gvim (ooo, pretty colors)

Ian
 
Old 07-20-2003, 03:08 PM   #27
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
vi/vim so far. as a newb it's just so easy, q = quit, w = write, x = delete, p = put, esc = escape j points down and goes down, etc. i haven't learned emacs yet (all those control key combinations, yeck), but so far i see no need to as vim does everything i need and is intuitive in the ways mentioned.
 
Old 07-20-2003, 04:22 PM   #28
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Damn. Vim's kicking ass. I voted a long time ago but never posted (I do that a lot.) Just out of curiosity, I wonder how the people who voted for something other than Emacs or Vim would have voted if those were the only two choices? Because I use joe unless I'm using mc, so I use mcedit, unless I'm in X and then I pop up whichever one has whatever function I want (usually gedit) - but if I had to pick between the two, that'd be another vote for Vim.

-- Just noticed your sig, synaptical - off to edit my own.

Last edited by slakmagik; 07-20-2003 at 04:24 PM.
 
Old 07-20-2003, 05:10 PM   #29
LoungeLizard
Member
 
Registered: Apr 2003
Location: Tampa, Florida
Distribution: Mint 17.2 ,OpenSuse, Kali and Pepermint OS 6
Posts: 276

Rep: Reputation: 30
I perfer VI but really does not matter to me, but I will say that when doing anything to config files I stay way from Pico cause it ads some special char that are not seen that can screw up a config file
 
Old 07-20-2003, 05:25 PM   #30
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
It is best to use Pico/Nano with the -w (no word wrap) option when working with config files.
That is probably what was causing you problems, LoungeLizard.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Maildir really the right choice? Red Squirrel Linux - Software 1 05-08-2005 12:06 AM
which choice? goldie Linux - Newbie 5 08-22-2004 07:28 PM
Distro Choice Shinjuku Linux - Distributions 4 06-02-2003 07:34 AM
editor of choice penguinzrule Linux - Software 7 11-28-2002 03:25 AM
Editor of choice penguinzrule Programming 1 09-19-2002 10:27 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 05:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration