Vim的随记

来自三线的随记
Admin讨论 | 贡献2020年10月20日 (二) 14:28的版本 (创建页面,内容为“vim中使用鼠标 Vim中使用鼠标 <br /> === vim command === ==== line number ==== :set number :set nu :set nonu :set nonumber ==== highlight searc…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

vim中使用鼠标

Vim中使用鼠标


vim command

line number

:set number
:set nu
:set nonu
:set nonumber

highlight search

:set hlsearch
:set nohlsearch
Clear highlight until next search
:noh


indent

:set autoindent
:set noautoindent


tab

:set expantab
:set tabstop=4