Search Results

1
vote

Vim extension (via Python)?

Here is another useful blog post about it. …
2
votes

How can one close html tags in vim quickly

I find it more convinient to make vim write both opening and closing tag for me, instead of just the closing one. You can use excellent …
11
votes

What are your favorite Vim tricks?

Never underestimate the power of percent. Basically, it jumps to matching brace (booooring), but when the cursor is not on a brace it goes to the right until it finds one, …
0
votes

Has anyone found a good set of python plugins for vim — specifically module completion?

Code completion: PySmell looks promising. It's work-in-progress, but alredy useful. …
0
votes

Text editors with “vim mode”?

Check out excellent Vrapper plugin for Eclipse. Vrapper is an eclipse plugin which acts as a wrapper for eclips …