mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
plugin with aliases for vim. currenly only one. although can be expanded.
This commit is contained in:
parent
b7571caf39
commit
dd14b935cb
1 changed files with 3 additions and 0 deletions
3
plugins/vim/vim.plugin.zsh
Normal file
3
plugins/vim/vim.plugin.zsh
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue