天天看点

vim 自定义命令

编辑 .vimrc 

用command添加自己的命令, command相当于shell的alias

command Lo TlistOpen

command Lt TlistToggle

自定义命令必须以大写开头

继续阅读