vim
How to enable go.vim by default (automatically)?
The instructions on the Vim site says to just put the file in the /syntax folder. This works all right and well. But, for me to use the syntax I must set the following[详细]
2023-04-10 15:18 分类:问答Vim auto indent private keyword
I\'m learning Vim (I\'m using gVim) I need to do the following: Suppose I typed this: 开发者_高级运维class MyClass {[详细]
2023-04-10 15:03 分类:问答How to change the first two uppercase characters on each line to lowercase in Vim?
I have the follo开发者_运维百科wing text: HELLO TO STACKOVERFLOW WELCOME TO STACKOVERFLOW I want the text to be changed as follows:[详细]
2023-04-10 13:55 分类:问答Moving the point between in charactors by quick search
I\'m looking for quicker ways to navigate in vim. Say, I open the following text in a buffer: Vim is a highly configurable text editor built to enable efficient[详细]
2023-04-10 13:09 分类:问答Combine two vim commands into one
I\'m having trouble combining two vim commands, specifically <C-w>s and <leader>x into <leader>r (i.e开发者_高级运维. split window and open spec counterpart of current file). Any hel[详细]
2023-04-10 11:25 分类:问答Disable the ':' character in Vim
In my ~/.vimrc I have mapped ; to : so I don\'t have to press shift every time I want to enter a command and so I avoid typos l开发者_Python百科ike :W. I have mapped it using nnoremap ; :. My muscle m[详细]
2023-04-10 06:59 分类:问答vim-latex: Automatically recognize custom commands
I switched to vim-latex and have the following issue: I frequently define new convenient commands for easier editing via \\newcommand. My own commands usually take 2 or more parameters.[详细]
2023-04-10 05:17 分类:问答VIM ubuntu system wide plugin directory
where is the vim plugin directory in ubuntu. I need to remove the autoclose.vim plugin to fix problem described here:[详细]
2023-04-10 03:00 分类:问答Enable colored output in mvim
I\'m running rspec from within mvim with :!rspec spec/lib, however if I include --color flag, I get [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[详细]
2023-04-10 01:22 分类:问答Vim bind some hotkeys different to filetype
I want to bind something like this: For CSS, HTM开发者_Go百科L files: <c-space> <c-x><c-n>[详细]
2023-04-10 01:19 分类:问答