set用法
:set nu 设置行号
:set nonu 取消行号
:set syntax=on (off) 设置颜色
:set ts=4 设置TabStop的长度(空格数量)
:set wrap=on 是否换行
:set co=80 设置显示的列数
多窗口
:{height} new [file] 上下分割窗口(宽屏), 从上面冒出
:{column} vnew [file] 左右分割窗口(窄屏), 从左面冒出
ctrl+ww 窗口间切换
位置标定
mx 标记一个位置
`x 跳回这个位置
'x 跳回这个位置所在行的第一个非空字符前
H 跳到屏幕头
L 跳到屏幕尾
阅读(1259) | 评论(0) | 转发(0) |