| Page | Description | Tags |
|
One of the best Vim plugins that I've used. Allows you to easily search for files by name, like Cmd-T in TextMate and Find File in Project in UltraEdit
* <… |
vim,
plugins,
favorites |
|
In MacVim, you can go to the Syntax Menu, and select “Convert To HTML”
This will take the current file that you have open, and create an HTML document with… |
html,
vim,
favorites |
|
This page is a list of the “obscure” commands in Vim. (Yes, I realize that most commands in vim are obscure)
:history : list of all your commands… |
vim,
obscure,
favorites |
|
Much of Vim's functionality is done through options.
You can see the value of an option by using the :set command, with a question mark after the setting. Thi… |
vim,
favorites |