Vi fan ?
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Vi fan ?
vi (and its cousins like vim etc)in IMO is the best editor in the whole wide world . It is the one true editor
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. =)
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. =)
Website: https://joscor.com
Code: Select all
(defun flame-thread ()
...
)
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.
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.
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
Code: Select all
30iThis line will be copied 30 times<ENTER><ESC>3G20yyGp:30,$s/30/50/
Microsoft: "let everyone run after us. We'll just INNOV~1"
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 know some basic commands for Vi because you find it on all unix boxes. But thats it.
I suppose that has something to do with me being an emacs addict though.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
I believe he said unix, not linux.iammisc wrote: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 know some basic commands for Vi because you find it on all unix boxes. But thats it.
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].iammisc wrote: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 know some basic commands for Vi because you find it on all unix boxes. But thats it.
I suppose that has something to do with me being an emacs addict though.
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.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].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 know some basic commands for Vi because you find it on all unix boxes. But thats it.
I suppose that has something to do with me being an emacs addict though.
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).
Microsoft: "let everyone run after us. We'll just INNOV~1"