Vim is a strong to no friends of the text editor, often using Vim editor friends must have a deep experience. Here are some simple vim configurations.
(1) Vim ~/.VIMRC
Edit the following to save the exit.
(Note: Osx/ubuntu/centos/redhat test available)
set hlsealch //高亮反白set backspace=2 //可以随时用退格键删除set autoindent //自动缩排set ruler //显示最后一行状态set showmode //左下角显示那一行的状态set //显示行号set //显示不同底色色调set mouse=a //鼠标可用on //语法检验,颜色显示
I found a bug you can try and play, the environment is CSDN's Markdown editor.
After knocking the set Hlsearch immediately in the space bar will become: Set Hlseyrch, we have not noticed that there is a letter changed. Then someone asked how you knocked the set Hlsearch I can say with the TAB key!
Two sheets:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Vim Simple Configuration