mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
7 lines
190 B
Bash
7 lines
190 B
Bash
# Alias for editors on OSX, a bit hard, to be fixed
|
|
# alias mvim="vimFunc "
|
|
alias mvim="mvim --serverlist && mvim --remote-tab-silent "
|
|
# alias vi="mvim "
|
|
|
|
# vim: set ts=4 sw=4 tw=0 ft=sh :
|