Page 1 of 2
Vi fan ?
Posted: Wed May 21, 2008 7:55 pm
by DeletedAccount
vi (and its cousins like vim etc)in IMO is the best editor in the whole wide world . It is the one true editor
Posted: Wed May 21, 2008 8:17 pm
by 01000101
ahh, the sweet smell of flamebait.
vi is good for... ... ... yep... that about sums it up.
for Windows Application/Web development, i use VS2008.
for OS Dev, I use Dev C++ and Notepad.
for General Notes/Text, I use Notepad, gEdit, and Mac:Word.
I never quite got the hang of the Vi shortcuts and such, not very aesthetically appealing if you ask me... and don't retort with "It's better to have brain than beauty" because notepad has a simple interface and is extremely easy to use.
yes, I know I am participating in the upcoming flamewar... but It's late and I'm bored. =)
Posted: Wed May 21, 2008 8:41 pm
by Alboin
Scribes ain't too bad either.
Posted: Thu May 22, 2008 4:12 am
by JamesM
C-x C-e! M-x flame-thread! Arise, my fellow Emacsen!
Posted: Thu May 22, 2008 5:15 am
by B.E
It burns
Vi (or Vim) is one of those editors that at first it's hard to use. But as time go on, you start to fall in love with. Sometimes if I'm coding in windows (haven't needed to for 2 years). I find my self doing this.
Code: Select all
ithis is a tets<ESC>hxxast<ESC>:wq
But the main thing I like about Vi is the ability to add a number before a command. And that command will be done that many times. For example.
Code: Select all
30iThis line will be copied 30 times<ENTER><ESC>3G20yyGp:30,$s/30/50/
Posted: Thu May 22, 2008 10:07 am
by Osbios
I know some basic commands for Vi because you find it on all unix boxes. But thats it.
Posted: Thu May 22, 2008 2:50 pm
by iammisc
I know some basic commands for Vi because you find it on all unix boxes. But thats it.
That's untrue, gentoo linux does not come with it by default and as of right now, I don't have and I never have had vi installed on my computer.
I suppose that has something to do with me being an emacs addict though.
Posted: Thu May 22, 2008 3:08 pm
by Brynet-Inc
iammisc wrote:
I know some basic commands for Vi because you find it on all unix boxes. But thats it.
That's untrue, gentoo linux does not come with it by default and as of right now, I don't have and I never have had vi installed on my computer.
I suppose that has something to do with me being an emacs addict though.
I believe he said unix, not linux.
Posted: Thu May 22, 2008 5:01 pm
by Osbios
Of course it is mostly vim on linux but thats the same for the user. Who cant get out of the program.
But you cant count gentoo because it is a "all from the scratch" system where you have more choices then you need.
Posted: Fri May 23, 2008 2:47 am
by JamesM
iammisc wrote:
I know some basic commands for Vi because you find it on all unix boxes. But thats it.
That's untrue, gentoo linux does not come with it by default and as of right now, I don't have and I never have had vi installed on my computer.
I suppose that has something to do with me being an emacs addict though.
As much an emacs addict as I am, the OP is correct - vi is the de facto standard editor and is installed on more unix boxen than emacs. When I log into a box I first try emacs, then try vi[m].
Posted: Fri May 23, 2008 2:57 am
by JackScott
I try nano first. I utterly hate Vi with a passion.
Posted: Fri May 23, 2008 10:08 am
by chase
I've always used and liked vi/vim but I discovered spell checking in vim a week ago. I don't need anything else now
Posted: Fri May 23, 2008 11:16 am
by iammisc
I know some basic commands for Vi because you find it on all unix boxes. But thats it.
That's untrue, gentoo linux does not come with it by default and as of right now, I don't have and I never have had vi installed on my computer.
I suppose that has something to do with me being an emacs addict though.
As much an emacs addict as I am, the OP is correct - vi is the de facto standard editor and is installed on more unix boxen than emacs. When I log into a box I first try emacs, then try vi[m].
You're right in that vi is installed on more unix boxes than emacs or other text editors. However, I was merely pointing out the fact that not all flavors of unix come with vi as a default.
Posted: Fri May 23, 2008 7:45 pm
by B.E
Vi (made in 1976) still can do things that most (although I have not seen another one that can do everything Vi can do) editors can't do (or requires more time to accomplish the same goal). Most of Vi's key combinations are because of when it was made (back then keyboards didn't have CTRL, ALT, and Arrow Keys).
Posted: Sat May 24, 2008 4:39 am
by pcmattman
I personally prefer nano. But when worst comes to worst I can use vi. It never ceases to confuse me though, with the weird way of entering commands :S.