is there something similar to 'dw' that would delete an entire tag and its contents or one just to delete the opening of a tag (just <p> instead of <p>some...
I don't know if this is a bug, so for now I'm going to post it on this list. Maybe I'm just using the wrong option. I'm using the BufReadPost au to echo the...
I'm using ctags and I want to do case less matching for tags. I tried setting the 'ignorecase39; and 'infercase39;, but that doesn't give me the actual tag I need...
Hi, Could someone more experienced help me out with the project plugin, please? I use it for work with ruby on rails. During the work I use rails scripts to...
Folks, sorry if this topic was already discussed for too many times but i couldn't google anything useful :( Grepping for something seems to be trivial with...
Dear Vim users, I will be doing a presentation on Vim, here is the announcement: Open Source Developers @ Google Speaker Series: Bram Moolenaar Tuesday,...
The Vim option 'fileencodings' has some limitations: e.g., it cannot autodetect GBK and Big5 files at the same time. That was my first motivation to develop a...
While learning vim 4.6.2 I typed a control-G to display the name of the file, number of lines and characters on the bottom. What is the command to get out of...
Hello all, I'm trying to find a way to add keywords to the Todo highlight group, such that they are only highlighted when inside a comment. Reading ... But...
Is it possible for gvim to do the same thing as white room? http://www.hogbaysoftware.com/product/writeroom it seems like it wouldnt be too hard 1) full screen...
Hi All, I defined an abbrevation :ab NK Newton-Kaskade , but to my surprise this abbrevation is not expanded in Insert Mode after typing <Space>, (but was ...
I have noticed when I open a Vim session, my formatoptions and textwidth variables are reset to the default even though I have the following lines in my .vimrc...
Hello all, When using the filetype indentation functionality, setting matchpairs to the right value will automatically indent after a newline, e.g. in Java...
Hi, I always use 3 spaces for indenting. Now I started to learn Ruby, and the style guide says Ruby developers prefer 2 spaces. I just wonder how I could...
Hi Dear community, Command o and O create new line and switch to insert mode. I want only insert blank line and stay in normal mode. I know this problem can be...
I'm trying to find a good way to remap control+U in insert-mode so that it begins an undo-block. There are times when type control+U in insert-mode and it...
Hi All, I want to add simple code snippets. For example if I press <CR>{ I want to extend this to { <--- cursor } How can I make this by simplest way? Thanks. ...
Hi All, One question more ) Can i highlight words using for example ctags file and highlight wrong identifier like Visual Assist in Visual Studio. Thanks. -- ...
Dear list, First of all, this is a great mailing list ! I am learning lot. So here is my question. I have a bibliography in a .bib file, which (just in case)...
... Well you can use an external grep from within vim. One advantage is that it's relatively fast and you can use the quickfix window. An inconvenient is that...
in debian based linux distros, you can type the following.. apt-get install program ...and the system will download the appropriate files to install that...
Hello, I now use vim 7 for DOS batching in WinXP. If I use umlaut (äöüß) in vim 7, it is displayed correctly. But vim 7 saves the buffer using the Windows...
I often find myself copy/pasting via my GUI text that I might have on the screen, and then pasting it into the command to be performed - is there any way to...