Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: Go ahead guys!

Hybrid View

  1. #1
    Guest

    Go ahead guys!

    I will answer Vim questions!

  2. #2
    Mentor
    Join Date
    May 2001
    Location
    New Jersey
    Posts
    1,473

    Re: Go ahead guys!

    what is so good about it? :P

  3. #3

    Re: Go ahead guys!

    what is a good macro to use to commnet an area of code ? Language C
    Also - how does one inplement (i.e. use) this macro

    Another one:
    I wish to replace foo with foobar between lines 13 and 42 of a given file.
    I type :13,14s/foo/foobar and only the first instance of foo per line gets changed. I wanna them all changed!! the line looks like this:
    foo foo this foo that foo
    I wish it too look like:
    foobar foobar this foobar that foobar

  4. #4
    Guest

    Re: Go ahead guys!

    Where do I learn to use ViM properly ?

    Can ViM get me laid ?

  5. #5
    Guest

    Re: Go ahead guys!


    what is so good about it? :P
    The control it gives you on your text. Also, if you're a programmer: auto-indenting and syntax highlighting are damn fun

  6. #6
    Guest

    Re: Go ahead guys!


    what is a good macro to use to commnet an area of code ? * Language C
    Also - how does one inplement (i.e. use) *this macro

    Another one:
    I wish to replace foo with foobar between lines 13 and 42 of a given file. *
    I type :13,14s/foo/foobar and only the first instance of foo per line gets changed. *I wanna them all changed!! *the line looks like this:
    foo foo this foo that foo
    I wish it too look like:
    foobar foobar this foobar that foobar
    1: I need to look at this one.
    2: wouldn't it be: :13,42s/foo/foobar/g ?

  7. #7
    Guest

    Re: Go ahead guys!


    Where do I learn to use ViM properly ?

    Can ViM get me laid ?
    vimtutor (you can just type that in a command prompt) and my [url=http://darkhost.mine.nu:81/vicarde]vi cheat sheet[/b] are not bad places. Another way to learn it: use it as much as possible.

  8. #8

    Re: Go ahead guys!


    2: wouldn't it be: :13,42s/foo/foobar/g ?
    hey that did it!!! merci! est tres bon! (it is good - am i right?)

  9. #9

    Re: Go ahead guys!

    merci! est tres bon! *(it is good - am i right?)
    No, what you meant to say was "Danke! Es ist sehr gut, ja?" ;D

  10. #10
    Guest

    Re: Go ahead guys!




    hey that did it!!! *merci! est tres bon! *(it is good - am i right?)
    CAN'T HELP IT

    merci! c'est tres bon!

Similar Threads

  1. you guys don't appreciate me.
    By in forum General Chat
    Replies: 39
    Last Post: 09-25-2003, 10:44 PM
  2. Please cheer me up guys
    By in forum General Chat
    Replies: 13
    Last Post: 03-27-2002, 02:11 PM
  3. Guest ! Why am I being hunt by you guys??
    By Compunuts in forum General Chat
    Replies: 28
    Last Post: 11-24-2001, 05:47 AM
  4. You guys didn't tell me!!! GRRR! :P
    By paradox in forum Announcements and Suggestions
    Replies: 0
    Last Post: 07-29-2001, 11:34 PM
  5. Ok guys, c'mon now!
    By paradox in forum Announcements and Suggestions
    Replies: 5
    Last Post: 07-23-2001, 03:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •