Vim的随记

来自三线的随记
Admin讨论 | 贡献2020年10月20日 (二) 14:29的版本

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