You are not logged in.
Ok I'm a huge Vim fan... But I'm curious to know what other Arch linux users prefer and there reasoning for doing so. I prefer vim I think because I started life in it rather than Emacs, I have tried to like Emacs and just can't!
Sorry if this causes a flame war!
Offline
Vim! But I never realy tried emacs
Offline
I remember playing around with GNU Emacs 20 and hunting around the (badly organised) menus for half hour or so before concluding it needed a design rethink.
Later I started with vim and used it happily for a couple of years. I only ever used it lightly (editing configs, small scripts) and never became too familiar with it (although I did intend to).
Then something made me give Emacs one last try, and years later I'm still using (and loving) it. Having a single consistent and extensible environment for just about anything I want to do (inc. e-mail, news, IRC, IM, file manager, music, day planner, terminal, web browsing...) gives it the edge for me. It is true: Emacs is a great OS, and no, it doesn't lack a decent text editor.
Offline
I'm too old to learn new tricks, but someone gave a demo of emacs once and I was very impressed. But everytime I try it I end up "smashing" the Esc key and that should be avoided when using emacs
So I'll stick to vi at work (aix) and vim at home (arch, what else).
Somewhere between "too small" and "too large" lies the size that is just right.
- Scott Hayes
Offline
I use both of them. Well, Vim in the first place for almost everything. But when it comes to Lisp programming, Emacs is (as yet) unbeatable.
And, by the way, using several concepts keeps the mind flexible.
To know or not to know ...
... the questions remain forever.
Offline
You might be interested in reading the thread I started: Emacs vs. Vi: The challenge (no flamewar!)
I questioned the other way around, but maybe the contents are still valid for you
Offline
Offline
Of all the editors I've tried I dislike vim the least. Emacs makes me shy away because of the mc-x-mc-c-dosomething key combos, but maybe it's because I haven't challenged my views more than anything else.
I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.
Offline
I use both, somewhat randomly. I always use Vim for editing config files, though, and Emacs for writing (English, that is). I'm not really comfortable with the two-pronged approach yet, as you can tell by watching me -- I try to type C-x C-c in Vim, and C-[ in Emacs, all the time. But I reckon that'll come with practice.
Offline
I've have used both, and prefer vim.
Offline
I like how I barely have to move my fingers around the keyboard to get things done in Vim (it's this way by design).
Emacs, on the other hands, hurts my pinky.
Offline
Minishark wrote:Emacs, on the other hands, hurts my pinky.
Keyboard clobbering!
This is the main reason I don't use emacs. emacs does have a lot of awesome features, and imo is easier to get the hang of initially than vim.
but I've been using vim for quite a while now. and vimperator, and -o vi for command line editing. It's easier for me to remember all of the features when they are just one key as opposed to the two to three keys required for most basic emacs commands. and hjkl cursor movement is really really nice.
one annoying thing about vim is that sometimes I accidentally leave the caps locked when I enter command mode (try it and watch the chaos ensue!). there's a hack to prevent this, but I've been too lazy to implement it.
Last edited by Cyrusm (2010-01-07 16:16:07)
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
one annoying thing about vim is that sometimes I accidentally leave the caps locked when I enter command mode (try it and watch the chaos ensue!). there's a hack to prevent this, but I've been too lazy to implement it.
There is a cure: Switch the Esc and CapsLock keys. Makes vim live a lot easier as well.
To know or not to know ...
... the questions remain forever.
Offline
Arch Philosophy: KISS
Vim Philosophy: KISS
My Philosophy: KISS
Match found.
-----
I did a summer internship working on FPGAs and all my coworkers swore by Emacs, so I ended up learning a few tricks from them. But more importantly, when they saw some of the things I could do in vim without pressing Ctrl or Meta, they became very, very interested in learning more.
-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers
Offline
Cyrusm wrote:one annoying thing about vim is that sometimes I accidentally leave the caps locked when I enter command mode (try it and watch the chaos ensue!). there's a hack to prevent this, but I've been too lazy to implement it.
There is a cure: Switch the Esc and CapsLock keys. Makes vim live a lot easier as well.
The real cure is actually to remap Caps Lock to Backspace.
Offline
bernarcher wrote:Cyrusm wrote:one annoying thing about vim is that sometimes I accidentally leave the caps locked when I enter command mode (try it and watch the chaos ensue!). there's a hack to prevent this, but I've been too lazy to implement it.
There is a cure: Switch the Esc and CapsLock keys. Makes vim live a lot easier as well.
The real cure is actually to remap Caps Lock to Backspace.
Backspace? I've never really learnt what to use that key for, i never use it.
Nah but seriously, vim with esc-caps switched is great, and it's damn easy to do it in X. Gaming is also way better with caps-esc when you have to close a menu fast because you're under attack, or when you have to pause the game quickly to calm down.
Offline
Offline
Cyrusm wrote:one annoying thing about vim is that sometimes I accidentally leave the caps locked when I enter command mode (try it and watch the chaos ensue!). there's a hack to prevent this, but I've been too lazy to implement it.
There is a cure: Switch the Esc and CapsLock keys. Makes vim live a lot easier as well.
already done it (even on my windows computer at work. gotta love registry hacking)
the problem is that I always forget to un-capslock when exiting insert mode.
but you can hack vim such that caps-lock only works as caps-lock in insert mode.
see this link: http://vim.wikia.com/wiki/Insert-mode_only_Caps_Lock
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Not many people seem to know this, but Ctrl-C does almost the same thing as Esc, and Ctrl-[ is identical. I haven't hit Esc in months.
Offline
I use notepad in wine.
Offline
I use notepad in wine.
So does Dusty: http://archlinux.me/dusty/2009/12/14/a-quick-laugh/
Online