Fun with Ubuntu (Linux editor Vim Chinese help manual installation)

Fun with Ubuntu (Linux editor Vim Chinese help manual installation)

Author CodeAllen , please indicate the source


I wrote only part of the vim operation before, there are many things that have not been tried, you can read the vim manual to learn

The latest Chinese version download address is

https://sourceforge.net/projects/vimcdoc/files/vimcdoc/vimcdoc-2.3.0.tar.gz/download

Execute after download

sudo mv vimcdoc-2.3.0.tar.gz Downloads   //移动位置
sudo tar zxvf vimcdoc-2.3.0.tar.gz       //解压

Run the installation

sudo ./vimcdoc.sh -i

You may encounter the phenomenon of realistic garbled.
Add the following parameters

 set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
 set termencoding=utf-8
 set encoding=utf-8

Insert picture description here

Published 315 original articles · praised 937 · 650,000 views

Guess you like

Origin blog.csdn.net/super828/article/details/105443885