Currently the o开发者_如何转开发nly way to open the file or directory currently underneath your cursor is to type o.Is there a way to also map this to space or tab?let NERDTreeMapActivateNode=\'<sp
Sometimes I accidentally leave blank lines at the end of the file I am editing. How can I trim them on saving in Vim?
I use a plugin in vim to compile Tex files. When there are errors on compilation, they are all displayed in a quick fix window at the bottom of the screen.
I want to set :x in vim gui-mode to delete buffer because I always kill the whole gvim, 开发者_如何转开发which is kind of annoying. I know i can specifically set gui problems with if has(\"gui running
A开发者_如何转开发ssuming that I have two buffers. One is NERDTree, the other is an actually file I\'m editing. I accidentally open an another file from NERDTree and the new file hides the previous fi
I found nice detail autocomplete for python Is there analog with de开发者_JAVA百科scription of methods for Ruby on Rails?There is a nice article \"Using VIM as a complete Ruby on Rails IDE\" which
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Is t开发者_StackOverflowhere a way to get Vim to show vertical lines that make it visually easier to see how many tab stops (or spaces) a line of code has been indented?I think this plugin does what y
In VIM how do you find the next dot \".\" using the command f? I tried f. and it doesn\'t work. 开发者_高级运维f. works for me as long as its on the same line. If you want to search across lines yo
Hi i\'m finding the simplest way to search in vim, i don\'t have anything on my workflow yet, only the / command.