⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manual.vim

📁 MSYS在windows下模拟了一个类unix的终端
💻 VIM
字号:
" Vim syntax support file" Maintainer:	Bram Moolenaar <Bram@vim.org>" Last Change:	1998 Dec 6" This file is used for ":syntax manual"." It installs the Syntax autocommands, but no the FileType autocommands.if has("syntax")  " Load the Syntax autocommands and set the default methods for highlighting.  if !exists("syntax_on")    so <sfile>:p:h/synload.vim  endif  let syntax_manual = 1  " Remove the connection between FileType and Syntax autocommands.  au! syntax FileType  " If the GUI is already running, may still need to install the FileType menu.  if has("gui_running") && !exists("did_install_syntax_menu")    source $VIMRUNTIME/menu.vim  endifendif " has("syntax")" vim: ts=8 sts=0

⌨️ 快捷键说明

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