Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 02-17-2003, 12:05 AM   #1 (permalink)
w00t
Totally Inept
 
w00t's Avatar
 
Join Date: Jul 2002
Location: The Great Northwest
Posts: 195
w00t is on a distinguished road
Learning Vi?

Do any of you know of any good how-to's, books, cheat sheets, etc. that will help me learn Vi? I would like to have some basic knowledge of it, but it's really complex and I don't know where to start. Btw, right now I am using pico. Any help would be great .
__________________
Office Space:
Best Movie.
Ever.

Contrary to popular belief, the true function of a programmer
is to turn coffee into source code.
w00t is offline   Reply With Quote
Old 02-17-2003, 12:10 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
There is a great pocket reference from O'Rielly for $7.95 .. i might work on a VI tutorial for the basics.
sde is offline   Reply With Quote
Old 02-17-2003, 12:42 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
here ya go .. some of the basics

http://codenewbie.com/forum/showthre...=4240#post4240
sde is offline   Reply With Quote
Old 02-17-2003, 08:17 AM   #4 (permalink)
w00t
Totally Inept
 
w00t's Avatar
 
Join Date: Jul 2002
Location: The Great Northwest
Posts: 195
w00t is on a distinguished road
Cool. Thanks a lot :rock:
__________________
Office Space:
Best Movie.
Ever.

Contrary to popular belief, the true function of a programmer
is to turn coffee into source code.
w00t is offline   Reply With Quote
Old 02-17-2003, 11:52 AM   #5 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Quote:
Originally posted by sde
here ya go .. some of the basics

http://codenewbie.com/forum/showthre...=4240#post4240
ya! Thanks man!

Ilya
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 03-05-2003, 08:57 PM   #6 (permalink)
danielrm26
Registered User
 
Join Date: Mar 2003
Posts: 1
danielrm26 is on a distinguished road
My Vim Tutorial...

Here is something I wrote recently to help myself learn vi/vim. I refuse to write my code on a Windows machine (which I use as my desktop) and then move it to my Gentoo boxen (where I do my Security work), so I wanted to do all my coding via Putty right on my Linux boxes.

I had to decide which to use - Vim or Emacs. I chose Vim and set out to learn it. This tutorial is the collection of most of what I learned and found valuable. Let me know if it helps you...

http://www.dmiessler.com/study/vim

-Daniel
danielrm26 is offline   Reply With Quote
Old 03-05-2003, 08:59 PM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
hey, welcome to codenewbie! .. feel free to re-create that in our 'submit tutorials' forum. we could always use more tutorials.

hope to see you around =)
sde is offline   Reply With Quote
Old 03-09-2003, 05:59 AM   #8 (permalink)
Arker
Registered User
 
Join Date: Mar 2003
Posts: 4
Arker is on a distinguished road
There is also a very nice Vim Quick Reference card available here . It is GPL and the tex source is available from that URL also if you would like to modify it in order to suit your particular usage habits.

It is by no means complete, but the author chose probably the most used commands. This card was invaluable to me when I began using Vim and it is still reference once in a while.

Have fun.. Learning Vi is effort well spent in the long run.

~arker
Arker is offline   Reply With Quote
Old 03-12-2003, 05:34 PM   #9 (permalink)
sa_
Registered User
 
sa_'s Avatar
 
Join Date: Mar 2003
Location: utah
Posts: 1
sa_ is on a distinguished road
and to add another suggestion:

type "vimtutor" in your shell/.

tis how i learnt it.

sa_ is offline   Reply With Quote
Old 03-13-2003, 06:19 AM   #10 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
There is something wrong with my vi in aterm

when I do vi file this is what happens:

foo[NEW FILE]












It doesnt display any tilds(~) or clear the term and go to the top of the window. Vim works...any ideas?

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 03-13-2003, 06:35 PM   #11 (permalink)
anon
Guest
 
Posts: n/a
aterm is problematic with vi . And it isn't vi, it's elvis, do ls -al /usr/bin/vi it's a sym link to elvis, I guess Pat likes elvis
  Reply With Quote
Old 03-13-2003, 06:37 PM   #12 (permalink)
anon
Guest
 
Posts: n/a
Talking BTW

Oh, BTW, on some boxen vi is run with another SUID so sometimes you can mishivous things with !!
  Reply With Quote
Old 03-15-2003, 12:48 PM   #13 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Quote:
Originally posted by Vlad902
aterm is problematic with vi . And it isn't vi, it's elvis, do ls -al /usr/bin/vi it's a sym link to elvis, I guess Pat likes elvis
Thx Vlad!!! You are th vi expert ...BTW when are you comming over?

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
perl bot (learning) revolution All Other Coding Languages 15 10-21-2004 12:43 PM
Learning C++ Nitro Standard C, C++ 18 05-27-2004 03:08 AM
Learning C? Admin Standard C, C++ 3 05-05-2004 03:51 PM
new to python? revolution All Other Coding Languages 4 10-22-2003 10:08 AM
Learning C/C++ ic38 Standard C, C++ 4 03-13-2003 10:39 AM


All times are GMT -8. The time now is 03:01 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting