ftoff.vim

来自「MSYS在windows下模拟了一个类unix的终端」· VIM 代码 · 共 14 行

VIM
14
字号
" Vim support file to switch off detection of file types"" Maintainer:	Bram Moolenaar <Bram@vim.org>" Last change:	1999 Feb 02if exists("did_load_filetypes")  unlet did_load_filetypesendif" Remove all autocommands in the filetype groupau! filetype *" vim: ts=8 tw=0 sts=0

⌨️ 快捷键说明

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