plugin with aliases for vim. currenly only one. although can be expanded.

This commit is contained in:
James McGlashan 2011-12-11 04:29:04 +11:00
commit dd14b935cb

View file

@ -0,0 +1,3 @@
# Aliases to commands one may use with vim.
# Colorize the source of a file and create a html file.
alias code2html="vim omz -f +'syn on' +'set background=dark' +'colorscheme pablo' +'TOhtml' +'w' +'qa' &>/dev/null"