Hi all, I'd like to remap [C-O] from insertmode to ... Unfortunately, I still need a way to drop out of insertmode to run other single commands, so simply...
... I think "highlight Normal ctermbg=black ctermfg=white guibg=balck guifg=white" maybe help. see also :he highlight -- Yours Sam Avant! Corp. ShangHai China...
Hello! As Thomas K=F6hler pointed out, yiw will put the cursor at the beginning of the word, at the price of modifying the unnamed register. g~iwg~iw appears...
Greetings. ... if has("win32") let PRCURS="_" endif source ${HOME}/PRCURSvimrc.work <--- Obviously, this failes since PRCURS is not substituded by the...
Hello, although I've never written a ftplugin myself, I did install several great ftplugins. I especially like their context (filetype) sensitivity regarding...
With foldmethod set to marker, I would expect that performing a recursive close (zC) on the outer fold in the following example would cause the inner fold to...
How can I count the number of lines in a register? I was thinking of a user-defined command like ... Can I use some Vim function to do this quickly? Thanks a...
With foldmethod set to marker, I would expect that performing a recursive close (zC) on the outer fold in the following example would cause the inner fold to...
Just subscribed to this list and prior to sending any email I wanted to read up on particular edicate, etc. Clicked on "Guide to Editing Emails" on vim.org's...
I have the locale set to zh_TW.Big5, and use xcin for my input method of traditional Chinese. (kde-2.2.1, mandrake 8.1) It's always OK to trigger xcin with key...
Quick question (hopefully): I just grabbed a file from a mailing list archive which has lines longer than 72 characters terminated with "+" and wrapped to the...
Hello, for a while now i've been experiencing this: on win2k, no matter what client I use, when I try to go to ftp.vim.org it works, fine, then i click on pub,...
hi i just moved to the gvim-editor, since i can use it on linux and windows. i have a problem in mapping keys: when i map the keys kDivide or kMultiply it...
Can vim be used as a filter, like sed? For example, % ls | vim - --other-options I think the - option makes vim read a buffer from stdin, but how do we get it...
Hi, How do I: 1. Open a file, then another, then another and switch between them without using the gui, and without having to type in the names of all the...
After looking at the help for '-menufont39;, it seems I must use some other mechanism for GTK builds. How to I change the menu font to be one that can show...
When I realized that everybody had to copy the sort logic from
explorer.vim, I thought it would be better to have this shared in a common
place. So I copied it...
For block selection, CTRL-V worked in the Windows version of VIM 5.7. It does not work in VIM 6.0 anymore. How can I block select in Version 6.0? As part of...
With foldmethod set to marker, I would expect that performing a recursive close (zC) on the outer fold in the following example would cause the inner fold to...
Users: So, I know this is lame, but: Is there a default vim way to insert a blank line above/below without entering insert mode? I know I can just map...
Hello All! Here's another (and even more improved) version of latex-suite. There have been several changes to it since last time. The main changes since last...
Hello, I have a problem when using :Man vim command. For some man pages it works ok while there are problems when displaying the others. I can get a part of...
Hi all vim gurus, I already tried to send this through yahoogroups, but it failed. I'm trying to emulate gawk behaviour of printing specified fields/columns...
Dear Vim gurus: I recently downloaded VIM6.1 (both gvim61.exe and gvim61ole.zip) from vim.df.net/download.php to replace VIM5.6 and VIM5.7 in my WIN98...
Hi, are there any plugins (or other tricks!) with whichI can insert a preformatted bibtex entry into the current file - like Emacs does when in TeX mode. TIa, ...
From Documentation: [m Go to [count] previous start of a method (for Java or similar structured language). When not after the start of a method, jump to the...
If my current buffer has a named file loaded and I do ... I get 'Overwrite existing file /path/to/dir39;? Why doesnt Vim write the file to the specified...