摘要:新建 .vimrc set ignorecase set cursorline set autoindent autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") =='sh' call se
阅读全文
posted @ 2021-02-01 13:59
|
||
02 2021 档案
摘要:新建 .vimrc set ignorecase set cursorline set autoindent autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") =='sh' call se
阅读全文
posted @ 2021-02-01 13:59
|
||