filetype.vim

来自「一个在无线传感器网络的编译器」· VIM 代码 · 共 11 行

VIM
11
字号
" If ~/.vim/filetype.vim does not exist, install this file there." Otherwise, hand merge it with the existing ~/.vim/filetype.vim.if exists("did_load_filetypes")  finishendifaugroup filetypedetect  au! BufRead,BufNewFile *.nc   setfiletype nescaugroup END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?