So I have created my own syntax highlighting file and it works well if there is only one file opened. However, if I do :split otherFile, the other buffer that gets opened does not have syntax highligh
I want to change d开发者_运维知识库efault blue color of folders How to set it?:hi Directory guifg=#FF0000 ctermfg=red
How can I tell Vim\'s spell checker to ignore words which have a leading capital? It\'s annoying that, for example, MyWidget is flagged as a spellin开发者_如何转开发g error.You can define a syntax el
At the end of my .vimrc I want to conditionally launch a command opening my TODO list. The problem is that I only want that behaviour when I am using vim or gvim.
Is it possible in vim to move forward w开发者_StackOverflow中文版ith t and f (or in the other way with T and F), but using words as a parameter ?What about /word?
I\'ve just made a little snipplet on my keybindings.vim to shift a hole block of code around. It works basically the same way I do it in the old fashioned manual way ( on normal mode, {V} to select th
I\'m working on some Firefox extensions and I\'m trying to set up my vim to open modules using the gf keys.
I\'ve started using Vim recently, and so far my main issue is with the buffer. I miss my Mac OS-style drawer with all open docs. I recently learned ab开发者_开发技巧out tabs, and I think that\'s somew
I\'m using Vim to edit JSP files with JavaScript. Somehow the % key (jump to matching brace) doesn\'t work most of the time: Sometimes it works, sometimes it works only in one direction, but most of t
I am learning VIM. I have a local project, and I want to keep it synchronized on FTP server. So I need: