vim
VIM loses syntax highlighting when using split command
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[详细]
2023-04-08 21:34 分类:问答Vim NERDTree colors
I want to change d开发者_运维知识库efault blue color of folders How to set it?:hi Directory guifg=#FF0000 ctermfg=red[详细]
2023-04-08 20:25 分类:问答vim spell check: ignore capitalized words?
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[详细]
2023-04-08 19:18 分类:问答Is there any way in Vim to test that I have no file opened at start?
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.[详细]
2023-04-08 18:47 分类:问答Moving cursor with t and f, using word as parameter, vim
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?[详细]
2023-04-08 16:20 分类:问答vim bindkey-snipplet to shift a hole block of code around
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[详细]
2023-04-08 14:55 分类:问答vim gf with resource://
I\'m working on some Firefox extensions and I\'m trying to set up my vim to open modules using the gf keys.[详细]
2023-04-08 13:18 分类:问答Remap "te" to "tabedit" in vim
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[详细]
2023-04-08 12:41 分类:问答Vim: brace matching unreliable
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[详细]
2023-04-08 10:51 分类:问答vim ftp auto upload
I am learning VIM. I have a local project, and I want to keep it synchronized on FTP server. So I need:[详细]
2023-04-08 10:42 分类:问答