When I write html in MacVim I keep the same file open in a web browser so that I can examine the html output. One of the things I dislike about this method is that I constantly have to leave vim, go t
Is it possible to mark a block in Vim based on the indentation already in place? Similarly to v{ . It would be extremely useful for programming languages with whitespace-sensitive syntax (like Haskel
I\'m trying to replicate TextMate\'s move selection command in Vim. I\'ve come up with this: map <C-D-Up> ddkP
I\'m using QuickCursor for entering text to forms. My problem with that is I always have MacVim open, and with hidden enabled, so when I :wq from the temp file QuickCursor开发者_开发百科 make, the buf
I am using Macvim 7.3 snapshot 57. I can\'t seem to get matchit to work in any of my files. I press % on an opening tag. It doesn\'t take me to the closing tag...
Vim can\'t indent (>>) lines, if line starts with a #. T开发者_StackOverflowhe problem is evident in all file types. I tried disabling smartindent in vimrc. But still no go.
I am trying to select multiple lines that are not in a continuous chunk. E.g., I want to select line 1 and 3 simultaneously without selecting line 2:
I have a bunch of plugins installed for vim, and one of them is breaking the dw command. I\'m not sure which one it is thoug开发者_如何学运维h. Basically dw is now deleting everything up through the n
I am trying to use the command button in MacVim instead of Ctrl开发者_开发问答 and other buttons.
I\'m a VIM noob, and have revisited it time and again, and I\'m hoping to actually stick with it this time.Primarily I\'m programming in TextMate with Ruby on Rails.On advice from someone, I have inst