06-08-2004, 03:04 PM | #1 (permalink) |
beauty in the breakdown
Location: Chapel Hill, NC
|
Linux: What editor do YOU use?
OK, I havent seen any of the classic vi vs. emacs arguments here, and I know that there are a lot of Linux users around here, so here it goes: what Linux/Unix editor do YOU use?
Personally, I skip both of the big two, choosing instead to go for Nano. I find it more intuitive and easier to use. It certainly isnt as powerful as the two big names, but I dont usually use features like that. Given the choice between vi and emacs though, I choose vi. I am marginally proficient in it, just enough to function if I am thrown onto a machine without Nano.
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
06-08-2004, 04:40 PM | #3 (permalink) |
Quadrature Amplitude Modulator
Location: Denver
|
I use vim.
My philosophy is: Pick one and learn the hell out of it. If your choice is not vi or emacs, learn the basics of one of those, since they'll be on everything. I do not care what other people use, as long as they're proficient with it.
__________________
"There are finer fish in the sea than have ever been caught." -- Irish proverb |
06-08-2004, 09:14 PM | #7 (permalink) |
Human
Administrator
Location: Chicago
|
I use nano. First used it the first time I installed Gentoo and have been using it since. I don't need the more advanced abilities of vi.
__________________
Le temps détruit tout "Musicians are the carriers and communicators of spirit in the most immediate sense." - Kurt Elling |
06-08-2004, 11:47 PM | #9 (permalink) |
Über-Rookie
Location: No longer, D.C
|
out of the big two, I much prefer vim. I am trying to learn the hell out of it, but still fairly new.
to do quick text edits, I generally lean towards pico or nano (whichever is available), since they are quick, and I don't have to worry about messing things up as easily. (also first used pico around '96 or '95 so it is more of a comfort editor*grin*) although any major script or programming work I go vim. stinks too, since my uni teaches EVERYONE to use emacs.. They teach the class by it and dont have vim installed on most of the machines.
__________________
"All that we can do is just survive. .All that we can do to help ourselves is stay alive." - Rush |
06-11-2004, 08:48 PM | #19 (permalink) |
Banned
|
Vim for 95% of my work, occasionally Kate connected to a remote server using the fish KIO slave (mostly for HTML editing).
Although I don't go for the macho "non-intuitive" editing posture, using Nano and Pico will cause some folks to categorize the user as a n00b. Too notepad-ish, I guess. |
06-12-2004, 10:16 PM | #20 (permalink) |
Upright
|
Emacs, because I don't use all the modes of vi/m and hitting ctrl-x-ctrl-c is a lot more intuitive than hitting ":wq" or ":q!" to quit.
I'd rather hit "ctrl-x-ctrl-s-ctrl-x-ctrl-c" to quit than :wq because I don't have to use the shift key to quit emacs. And Cperl is unbeatable. |
06-13-2004, 09:01 AM | #21 (permalink) | |
beauty in the breakdown
Location: Chapel Hill, NC
|
Quote:
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
|
06-13-2004, 11:21 AM | #22 (permalink) |
Crazy
Location: Salt Town, UT
|
Emacs for all things serious
Emacs is what I use for all of my programming. It just has a lot of little things thown in that make it nice to keep up all the time, never starting a new emacs, just opening up new "buffers" in it. Secondly, the macro system allows me to do amazing repetitive things really, really easily.
I still use vi for quick edits in the shell, when I don't want to switch between xterm an emacs (I use eshell every once in a while, but mostly a normal shell in an xterm/konsole). But anytme I'm in a file for more than 30 seconds or more, emacs really starts being handy. |
06-15-2004, 04:23 AM | #25 (permalink) |
Psycho
|
nano, pico without the pine fresh scent
__________________
He who is void of virtuous attachments in private life is, or very soon will be, void of all regard for his country. There is seldom an instance of a man guilty of betraying his country, who had not before lost the feeling of moral obligations in his private connections. -Samuel Adams |
06-19-2004, 07:44 PM | #27 (permalink) |
Insane
Location: The Eng
|
vi, what i learnt first heh
__________________
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." |
06-22-2004, 07:21 PM | #30 (permalink) |
undead
Location: nihilistic freedom
|
It really depends on what I'm editing. For hacking out code I like to use something graphical like xemacs or nedit because they give you nice syntax highlighting and have macros for doing things like commenting out blocks of code... but when I just need to make a simple edit to a config file or something like that, vi works perfectly. As always, there's a right tool for the right job.
|
06-23-2004, 09:12 AM | #31 (permalink) | |
Hello, good evening, and bollocks.
Location: near DC
|
Quote:
If you don't know vi then check out this oldschool post on Hack vi, it's funny but actually instructive. Sometimes vi is your only choice so it could come in handy. I think it's where I first learned vi from.... |
|
06-24-2004, 07:18 AM | #32 (permalink) |
Insane
Location: Brisbane, Australia
|
vi.
IMHO, The first and really only editor you should be bothered learning. Regardless of where you go, vi will always be there and ready for you to use.
__________________
It is not a mistake, but an experience. But, if you've experienced it before then you should already know if it is a mistake. |
Tags |
editor, linux |
|
|