Vi fan ?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.

Are you a vi fan ?

Yes
16
39%
No
25
61%
 
Total votes: 41

DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Vi fan ?

Post 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 :twisted:
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post 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. =)
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Scribes ain't too bad either.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Code: Select all

(defun flame-thread ()
  ...
)
C-x C-e! M-x flame-thread! Arise, my fellow Emacsen!
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Post 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/
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
Osbios
Member
Member
Posts: 116
Joined: Fri Jun 10, 2005 11:00 pm

Post by Osbios »

I know some basic commands for Vi because you find it on all unix boxes. But thats it.
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post 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.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post 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. ;)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Osbios
Member
Member
Posts: 116
Joined: Fri Jun 10, 2005 11:00 pm

Post 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.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post 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].
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

I try nano first. I utterly hate Vi with a passion.
User avatar
chase
Site Admin
Posts: 710
Joined: Wed Oct 20, 2004 10:46 pm
Libera.chat IRC: chase_osdev
Location: Texas
Discord: chase/matt.heimer
Contact:

Post 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 :)
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post 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.
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Post 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).
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post 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.
Post Reply