Is there a vim command to relocate a tab?
How can I change the position / order of my current tab in Vim? For example, if I want to reposition my current … Read more
How can I change the position / order of my current tab in Vim? For example, if I want to reposition my current … Read more
I’ve been trying to find something that will let me run multiple commands on the same line in Vim, akin to using semicolons … Read more
How do you convert all text in Vim to lowercase? Is it even possible? 10 Answers 10
When you’re using vim, you can move forward word by word with w. How do I go backwards? 4 Answers 4
Is there a way to disable .swp files creation in vim? or at least create them all in one place so I can … Read more
I know how to use the v command in vim, but I need something which will delete an entire line and it should … Read more
How can I quickly quote/unquote words and change quoting (e.g. from ‘ to “) in Vim? I know about the surround.vim plugin, but … Read more
I’m now switching to VIM from TextMate. I found ^+W in INSERT mode very useful. However, I’d like to delete not only the … Read more
In Vim, is it possible to “move” a window to the left or right? Eg, similar to <c-w> r or <c-w> x, but … Read more
If I add a file to the same directory opened in NERDTree, the only way I can see the file added is if … Read more