Why, oh WHY, do those #?@! nutheads use vi?
1–10 of 53 posts
Re: Why, oh WHY, do those #?@! nutheads use vi?
#2I love vi for its combined power and simplicity. It is installed by default on almost every terminal I've ever walked up to, all flavors of nix, BSD, HP-UX, etc. seem to come happily installed with vi ready to go.
Re: Why, oh WHY, do those #?@! nutheads use vi?
#3Re: Why, oh WHY, do those #?@! nutheads use vi?
#4Re: Why, oh WHY, do those #?@! nutheads use vi?
#5Awesome! I've been using vi for about 14 years now and am still learning new shortcuts and ways to harness the power of vi. I love vi for its combined power and simplicity. It is installed by default on almost every terminal I've ever walked up to, all flavors of nix, BSD, HP-UX, etc. seem to come happily installed with vi ready to go.
That said, I would really like to sit down and learn vi sometime.
Re: Why, oh WHY, do those #?@! nutheads use vi?
#6Re: Why, oh WHY, do those #?@! nutheads use vi?
#7Awesome! I've been using vi for about 14 years now and am still learning new shortcuts and ways to harness the power of vi. I love vi for its combined power and simplicity. It is installed by default on almost every terminal I've ever walked up to, all flavors of nix, BSD, HP-UX, etc. seem to come happily installed with vi ready to go.
Man, I agree with the notion of power, but I simply cannot see how anyone could call it simple. The array of keystrokes and their combined meanings is not anywhere near simple, in my opinion. That said, I would really like to sit down and learn vi sometime.
so you preface any motion command with an action and you get the intended effect. it's a lot more intuitive than it may look at first. a combo i use a lot is 'cw', which replaces the current word. but when programming this is equivalent to "replace variable." it's things like that (see the 'smart ranges' topic on that link) that make it feel like you're more directly connected with the code, rather than editing it through an interface
Re: Why, oh WHY, do those #?@! nutheads use vi?
#8hjkl motion is retarded on anything but a qwerty layout :/
also, hjkl aren't used often. you don't usually have to alter just one character in a word for example. the movement commands i use the most are (by far) 'w' and 'b' (next/previous word)
Re: Why, oh WHY, do those #?@! nutheads use vi?
#9I still barely know how to use it, though: my own fault. Laziness prevails. Some of the commands I use because I discovered them by accident (shift-C erases the rest of the line and puts you into edit mode -- I figured that one out because of a typo).
Re: Why, oh WHY, do those #?@! nutheads use vi?
#10If there was one word that I could use to describe vim, I would have to say: beautiful.