I use Dvorak, so I have the following in my .vimrc: no t j no n k no s l no l n no j t no k s which maps the directional keys to back to the right side of the home row.
I\'ve just installed pathogen on 开发者_开发问答my ~/.vim and add the new command to run the bundles
In vim, I really love f & t in Normal mode. Are there vertical versions of these? If not, what\'s the best way to jump so many lines开发者_开发知识库 downward to a word that I see? Do I just have
I have this in my vimrc file nnoremap <leader>k <C-u> I want to be able to continue to h开发者_运维百科old down the leader key, and just tap \'k\' to scroll the screen as I like.
I has in vim: foo barba[r]bar foo [] indicates cursor position and when I use vaw or viw the barbarbar is higlithted. And it is ok.
I do a vimdiff on 2 files. Now if I want to wrap 2 files then I need to apply :set wrap 2 times to each file separately.
I\'ve been trying to set up Vim autocompletion for Ruby code and have not been successful. I mean things \"work\", but I would expect a better plugin or configuration to be available.
The file is opened with the \'return\' key on the current tab or with the \'t\' key to open it on a ne开发者_JAVA百科w VIM tab.Add the following to your .vimrc
I\'m having a heck-of-a time with this.I\'ve started using tabs more in MacVim and I\'m trying t开发者_Python百科o make a mapping of Cmd+Alt+j and Cmd+Alt+k to move back and forth between tabs.Similar
I am running my rails 3 project under ruby 1.9.2 with rvm. I use vim through zsh which was compiled using ruby 1.8 (the system ruby that comes with mac osx).