ctrl g:查看底部信息
set number:设行号,去除
set nonum:底部文件信息
set ruler:显示行位,列位,底部信息
set hlsearch:设置搜索时字符高亮
set incsearch:跟踪搜索
set tabstop=4:设置tab键空格数
set autoindent:自动对齐
set mouse:支持鼠标复制
set mouse=a:鼠标滚动
options:得到set帮助
! 命令:可看别的信息,如::! ls, 切换回屏,查看此命令信息
r!:cat /etc/shadow:把shell命令的结果显示到当前编辑窗口
qall:全部退出
wqall:全部保存退出
40:有行号的时候,如按40可跳到对应的行数
s/nologin/test:替换光标所在行的nologin为test
%s/nologin/test:替换全文的nologin为test
20,29 s/nologin/test:20-29行的nologin替换为test
vim /etc/vimrc:这个是vim配置文件,vim /usr/share/vim/vim70/plugin/gzip.vim /root/.vim/plugin (.点开头表示隐藏文件)