diff --git a/plugins/vim/vim.plugin.zsh b/plugins/vim/vim.plugin.zsh new file mode 100644 index 000000000..7d3002734 --- /dev/null +++ b/plugins/vim/vim.plugin.zsh @@ -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"