Recently I saw Gary Bernhardt show off a vim shortcut he uses to execute Ruby code from within vim.The shortcut is
Is there a command in vim which will delete n lines in the up direction. I know I can use 4dd开发者_运维问答 which will delete 4 lines downwards.In VIM, 3dk would delete 4 lines in the upward direct
In Vim, the usual way to jump to the definition of the keyword under the cursor is to type CTRL-] (as claimed by :he CTRL-\\]).
When I write beamer tex slide presentations, I have developed a few modifications to the tex filetype that I would like to operate by default on beamer documents.
I\'d like to do some code refactoring in vim. I have found the following gem to apply transformations to all buffers.
When using snipmate + vim, is it possible to have many snippet files load for a given language/filetype?
I am linux newbie, but I finally decided to try one, I recently installed openSUSE. On windows 7 I used Visual Studio for c/c++ programming. I tried to find any IDE under linux, tried KDevelop but did
In vim :help leader says that changing <leader>开发者_运维问答 after the moment that a mapping is defined does not change the mapping.
I use Vim as my text editor and I quite like beamer as a slide presentation tool. However, compiling a large beamer presentation can take a little bit of time (per开发者_开发技巧haps 10 or 20 seconds)
When I have my vimrc here: set tabstop=2 set shiftwidth=2 set softtabstop=2 set expandtab set smarttab And I have supertab plugin installed. Whenever I am in insert mode I press tab, it shows the a