pathogen.vim file in ~/vimfiles/autoload; otherwise Vim will not be able to find the .vim file.
Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts
Wednesday, 15 May 2013
Vim on Windows
On Linux, all the Vim plugin and autoload files are put in ~/.vim folder. On Windows, they should be put in the ~/vimfiles folder. For example to use pathogen, put the
Labels:
vim
Sunday, 24 February 2013
Vim cheat sheet
Compound command
| Compound command | Equivalent in longhand | Effect |
|---|---|---|
| C | c$ | clear to the end of the line |
| s | cl | clear to right |
| S | ^C | clear to the start of the line |
| I | ^i | insert from the start of the line |
| A | $a | insert after the end of the line |
| o | A<CR> | insert to the new line below |
| O | ko | insert to the new line above |
Labels:
vim
Subscribe to:
Posts
(
Atom
)