- Vundle (vimscript)
- YAFIA (vimscript)
- EasyTags (vimscript)
- AutoIndentCop (python)
- <leader>ic - run autoindentcop on the currently open file
- <leader>si - run YAIFA to set your indent options to match the current file
- <leader><space> - Remove all trailing whitespace from the current file
- F2 - Toggles paste mode
Note: These options are enabled only if the filetype is perl
- <leader>t - Calls perltidy on visual block selected or entire file if no visual block. Adjusts perltidy options taking into account current expandtab and tabstop settings of vim
- <leader>h - Calls perldoc. On a 'use' or 'require' line calls module doc, or on a perl function, call appropriate function doc. On a special variable name, calls variable docs up.
Note: these options are enabled only if the filetype is html
- <leader>t - Calls the
tidy
program on the entire html file
Note: these options are enabled only if the filetype is javascript
Coming soon.