Vim的随记:修订间差异

来自三线的随记
(创建页面,内容为“vim中使用鼠标 Vim中使用鼠标 <br /> === vim command === ==== line number ==== :set number :set nu :set nonu :set nonumber ==== highlight searc…”)
 
无编辑摘要
第5行: 第5行:
<br />
<br />


=== vim command ===
===vim command===
 
<br />
==== line number ====
====line number====
  :set number
  :set number
  :set nu
  :set nu
第14行: 第14行:
  :set nonumber
  :set nonumber


==== highlight search ====
<br />
 
====highlight search====
  :set hlsearch
  :set hlsearch


  :set nohlsearch
  :set nohlsearch


===== Clear highlight until next search =====
=====Clear highlight until next search=====
  :noh
  :noh
<br />
<br />


==== indent ====
====indent====
  :set autoindent
  :set autoindent


第29行: 第31行:
<br />
<br />


==== tab ====
====tab====
  :set expantab
  :set expantab


  :set tabstop=4
  :set tabstop=4


[[分类:Linux]]
[[分类:Linux]]

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