If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
| View Poll Results: Which is better? | |||
| Vi / vim |
|
42 | 45.65% |
| emacs |
|
28 | 30.43% |
| nano / pico |
|
13 | 14.13% |
| other |
|
9 | 9.78% |
| Voters: 92. You may not vote on this poll | |||
![]() |
|
|
#1 |
|
Member
Join Date: Apr 2004
Location: ~/
Posts: 179
|
...because no OS forum is complete without one.
And I'm for vi, forever. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Feb 2006
Location: galaxy
Posts: 25
|
u right Vi just Great
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Dec 2004
Location: Toulouse
Posts: 4,126
|
both are user hostile nightmares but if I were to spend weeks to learn one of them, I'd go with vi because of the minimalism and I'd rather type :a2pm! rather than ctrl-x ctrl-y ctrl-ù or whatever. but maybe vi (or both) is unsuitable for non QWERTY layout (french AZERTY here).
and the windows console sucks hard compared to the 50 year old xterm.. so, would be the hassle of learning vi worthwile? (yes, windoze-only user here, why would I use linux if I had to reboot under windoze to play games) edit.com would be my vote Last edited by Blazkowicz; 18-Mar-2006 at 01:07. |
|
|
|
|
|
#4 |
|
...
Join Date: Feb 2002
Location: Cleveland
Posts: 4,211
|
Emacs. There's nothing it can not do.
__________________
IBSL: 2835, 6541, 8531, 9299, 20484, 86985, 87130 FBSL: 7221, 9255, 15892, 20484 |
|
|
|
|
|
#5 |
|
Join Date: May 2002
Location: New York, NY
Posts: 12,678
|
Aye, emacs all the way. The only reason I can think of for people to ever use VI would be just because they learned it first. From what I've been able to tell, emacs offers so much more, and is quite a bit more user-friendly to the beginner. At the very least, the majority of commands are accessible through the menu interface in the X version of emacs, whereas with VI there's no hint at all to the beginner as to how to even begin to edit a file.
__________________
April 20, 1979 - America must never forget. |
|
|
|
|
|
#6 |
|
Member
Join Date: Oct 2003
Location: Australia,Brisbane
Posts: 491
|
I'm going to sound like a complete noob here but, what the hell are you guys talking about?
What's an emac or vi or nano or pico?
__________________
Busy playing XBOX 360! |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Feb 2002
Location: gjethus, Norway
Posts: 1,256
|
Emacs, vi, pico and nano are text editors, very commonly available on Unix/Linux systems. They represent some rather different philosophies as to how text editors should work (except that nano is basically a clone of pico), none of which will feel familiar if you haven't actually used these particular editors before.
Personally I prefer nedit. |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Dec 2004
Location: Toulouse
Posts: 4,126
|
yes, nedit is good, like a notepad or edit.com but with line numbers, syntax highlighting and some other stuff. and I can select text with the keyboard like in windoze without learning cryptic commands. best simple editor and better than graphical emacs for simple, normal use .
great one is Jedit, it's slow to launch for an editor as it's relatively big and written in Java, but it served me well for student coding : a lot of features while remaining simple to use, looks the same whatever the OS (the installer is the very same one!) and looks quite good, customisable interface (you dock things were you want), integrated file browser with favorites, and with plugins you get tabs, ftp support, integrated console (good for compiling and checking errors), and when you launch it again you find all your open files, back to work like nothing has moved. It was the same experience whether I'd work at uni on the old X terminals, or at home under windows on the same remote files (with my stupids little programs running under putty instead of xterm), I recommend it much! http://www.jedit.org/ |
|
|
|
|
|
#9 |
|
Member
Join Date: Apr 2004
Location: England
Posts: 333
|
Tbh I use nano more than any of those because I'm lazy and it's simple, but I voted Emacs because it does a lot more. I'd rather use an editor like Kate or Scite though.
Never used Vim, I'll give it a look though. |
|
|
|
|
|
#10 |
|
chaos dunk
Join Date: May 2003
Location: Mountain View, CA
Posts: 3,274
|
emacs. I can't imagine using vi.
|
|
|
|
|
|
#11 | |
|
Senior Member
Join Date: Feb 2002
Posts: 2,019
|
Quote:
|
|
|
|
|
|
|
#12 |
|
Senior Member
Join Date: Nov 2004
Location: Ohio
Posts: 1,205
|
gah emacs is annoying and slow. I prefer pico.
|
|
|
|
|
|
#13 | |
|
Join Date: May 2002
Location: New York, NY
Posts: 12,678
|
Quote:
__________________
April 20, 1979 - America must never forget. |
|
|
|
|
|
|
#14 |
|
Senior Member
Join Date: Nov 2004
Location: Ohio
Posts: 1,205
|
It may just be the way the college computers are set up but it takes forever to initalize and is sometimes hangs when your trying to do some editing.
|
|
|
|
|
|
#15 | |
|
Join Date: May 2002
Location: New York, NY
Posts: 12,678
|
Quote:
It really sounds to me like you're loading emacs up remotely on those computers. That's the only thing that should ever cause it to hang. In which case, you should blame how the college computers are set up, not emacs. Though for remote editing, I typically load emacs in a terminal window for performance reasons (If X is running, you can run emacs in a terminal window with the -nw command line switch).
__________________
April 20, 1979 - America must never forget. |
|
|
|
|
|
|
#16 |
|
Senior Member
Join Date: Nov 2004
Location: Ohio
Posts: 1,205
|
Yeah there slow so the only time I use them is when I need help with coding otherwords I just ssh in and do it that way as it almost seems to load faster and I don't have to leave the dorm room.
|
|
|
|
|
|
#17 | |
|
Join Date: May 2002
Location: New York, NY
Posts: 12,678
|
Quote:
If the responsiveness bothers you, you could always download Cygwin to get basic Linux functionality in Windows, then use rsync to keep the files on your home PC and at school identical (rsync only copies files which have changed, which improves the speed of uploads/downloads, obviously...but you should tell it to use SSH for security reasons...it's a command line option which I don't recall offhand, check the man page).
__________________
April 20, 1979 - America must never forget. |
|
|
|
|
|
|
#18 |
|
Senior Member
Join Date: Nov 2004
Location: Ohio
Posts: 1,205
|
I just use x-win32 as the unversity gives it to us for free and ssh in like that nice and simple. I only lose the gui but that isn't a problem as command line for emacs is emacs.
Last edited by Xenus; 20-Mar-2006 at 05:48. |
|
|
|
|
|
#19 |
|
Senior Member
Join Date: Dec 2004
Location: Toulouse
Posts: 4,126
|
my unix session at uni was accessible by ftp from anywhere.
in that case, best way to remotely edit files is to use an editor on the local machine that supports remote files. Last edited by Blazkowicz; 19-Dec-2012 at 05:39. |
|
|
|
|
|
#20 |
|
Join Date: May 2002
Location: New York, NY
Posts: 12,678
|
Yeah, that's a good way to do it. The only thing you want to be careful about when doing that is to use secure FTP (ex. FTP through SSH), as normal FTP does not encrypt the password during transmission, and if you protect any other data with the same username/password, well, that could be a bad thing.
__________________
April 20, 1979 - America must never forget. |
|
|
|
|
|
#21 |
|
Senior Member
Join Date: Feb 2002
Posts: 2,636
|
v. i.
as for the rest of you, darn infidels, repent while you still can. |
|
|
|
|
|
#22 | |
|
Hello :-)
Join Date: Sep 2005
Location: Cambridge, UK
Posts: 1,307
|
Quote:
Can't say I use linux that often (especially now I'm out of university) but I could never get to feel comfortable in xemacs (the editor the uni insisted everyone use). Not sure how it compares to normal emacs, but I found it a horrendous program to use. Had it crash 3 different ways the first time I sat down with it. Drove the lab supervisors utterly bonkers. The default configuration was to have the print button right next to the save button; Of course, this is linux, so click print and it appears nothing has happened.... Not to mention the menus.. Things like that. I'm sure it's a fantastic program, it just wasn't for me. I guess I felt unproductive when using it. Then I discovered nedit. The ability to run shell commands using the number pad enter key, combined with the very simple interface and excellent syntax highlighting was all I needed in one small window. Very useful little tool. Last edited by Graham; 21-Mar-2006 at 03:07. |
|
|
|
|
|
|
#23 |
|
Dinosaur Hunter
|
Just as a text editor, VI kicks a world of ass. I love never having to take my fingers off the home row. But if we're allowing the GUI of Xemacs to be considered, well, VI doesn't have any native macros (that I'm aware of) for generating bibtex files.
__________________
Don't vote; it just encourages them. |
|
|
|
|
|
#24 |
|
wipEout bastard
|
It's VI for me as well. Any day of the week.
__________________
above 6000 rpm no one hears you scream |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|