Configuration of Vim under Linux

Here is my configuration information:Set Shortmess=atiSyntax enableSyntax onSet AISet NuSet rulerSet AutoindentSet nocompatibleSet MagicSet confirmSet history=1000Set CursorlineHighlight Comment Ctermfg=lightblue Guifg=darkblueSet CindentSet

Vim Editor improves

Verb The verb represents what we intend to do with the text. For example:D means delete deletesR indicates replacement replaceC means modify changeY means copy YankV indicates that the visual select is selected Noun Nouns

CentOS Vim Chinese garbled solution

1. Install Chinese package: yum-y groupinstall chinese-support2. Modify the character encoding configuration filevi/etc/sysconfig/i18nLanguage= "Zh_CN.GB18030:zh_CN.GB2312:zh_CN"Supported= "ZH_CN. GB18030:zh_CN:zh:en_US. Utf-8:en_us:en "Sysfont=

My concise vim simple configuration

1. Install VimYum-y Install Vim2. Install the Vundle plugin Managergit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle.vim3. Edit Personal VIMRC# VI ~/.VIMRCSet nocompatible ' be improved, requiredfiletype off ' required ' set

Vim Common commands

.: The point command is the most important command, the function is to repeat the previous command Numbers: Adding numbers to a command can improve efficiency, such as 100j moving down 100 rows, 100dd deleting 100 rows Cursor Movement:

Settings for Vim-tab indentation

Vim in the work of a tab width is too large, not changed before the width is 8 characters, want to change to 4, using the following command:CD ~vim. VIMRCAdd the following lines: (in parentheses is the command meaning, do not write)Set shiftwidth=4 (

Vim Learning Summary

VimI haven't felt much more efficient than using sublime text on my Mac at the moment.Installationsudo apt-get install vimCommon configuration  In the Linux environment, VIM's initialization configuration file is. VimRC, usually two, system version

Vim Editor, Command mode, insert mode, bottom line mode

Linux system boot into desktop system with Init5vim Editor installed Yum--disablerepo=\*--enablerepo=c6-media install man vim-yCopy passwd to current directoryCommand modeH left J down K Upper L Right Capital H current screen at the very beginningg

Total Pages: 210 1 .... 206 207 208 209 210 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.