what is so good about it? :P
I will answer Vim questions!
what is so good about it? :P
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
Where do I learn to use ViM properly ?
Can ViM get me laid ?
The control it gives you on your text. Also, if you're a programmer: auto-indenting and syntax highlighting are damn funwhat is so good about it? :P
1: I need to look at this one.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
2: wouldn't it be: :13,42s/foo/foobar/g ?
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.Where do I learn to use ViM properly ?
Can ViM get me laid ?
hey that did it!!! merci! est tres bon! (it is good - am i right?)2: wouldn't it be: :13,42s/foo/foobar/g ?
No, what you meant to say was "Danke! Es ist sehr gut, ja?" ;Dmerci! est tres bon! *(it is good - am i right?)
Bookmarks