Vim -- 命令.
本文将介绍Vim中的命令.
基础Vim启动命令12# 不加载配置文件,且不启用vi兼容模式$ vim -u NONE -N
Vim手册1234567$ man vim-u {vimrc} Use the commands in the file {vimrc} for initializations. All the other initializations are skipped. Use this to edit a special kind of files. It can also be used to skip all initializations by giving the name "NONE". See ":help initialization" within vim for more details.-N No-compatible mode. Reset t ...