1. Please create a directory named Vitest in the/tmp directory; 2. Enter the Vitest directory; 3. Copy the/etc/man.config to the directory below (or download the Man.config file from the link above); 4. Use VI to open the Man.config file under this
Vim (text compiler):Vim is a text editor developed from VI.Some of the command actions of VIM:Insert command:
A
Insert in the word specifier the cursor
A
Insert at the end of the line where the cursor is
As a software siege lion (yes, I've always been a siege lion!)I firmly believe that every day today, are moving towards the siege lion. Although I was wrapped in the flesh of a rookie, I still have the heart of the Siege Lion!I hate it when people
Vim has a lot of detailed commands, we use a number of common entry commands, enough to deal with the daily code editing work, if you need to use other commands later, it is not too late to query.Vim generally has 3 editing modes, namely insert mode,
1, Vim ~/.VIMRC Enter the configuration fileIf you don't know where the VIMRC file is, you can use the: Scriptnames to viewSet Nu #行号Set tabstop=4 #一个tab为4个空格长度Set AI? #设置自动缩进Syntax on?? #高亮?2. BasicSPACEBAR to move one cell to the rightX Delete the
Plug-in commands commonly used by "vim"[ESC]Exit Edit(input,Insert)mode, back in command mode(Common)I, IEnter insert mode(Insert mode):Ito "Insert from the current cursor location",Ifor "The first non-null in the current rowGeff start inserting ". (
How do I use Vim's column editing mode?* WindowsI use VIM for WINDOWS, always heard that Vim has a column editing mode, has not been used, tried several times failed. Today because of job needs, to the online check, after continuous attempts, and
Command historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim directlyVim filename opens vim
Vim EditorText editor, word processorAsciiNano, SEDVi:visual InterfaceVim:vi improvedFull screen editor, modal editorVim mode:Edit mode (Command mode)Input modeLast-line modeMode conversion:Edit--Input:I: In front of the character of the current
Why should I learn vim?
All Unix like systems have their own VI editor
Some software's editing interface will automatically adjust the VI
As an upgraded version of VI, VIM has the program editing function, but also has the code
Vim Search Settings highlightingWhen Linux vim opens the document search string, the settings are searched for string highlighting.There are two ways: 1, temporarily set: Vim opens the document--the command line type set Hlsearch. Cons: When you
The VIM editor uses plotsVim is a kind of vi-like text editor, but on the basis of VI added a lot of new features, Vim is generally respected as the best of the Class VI editor, in fact, the real enemy from the different variants of Emacs. 1999
The main reference is the integration of the online comparison of the heat of a few vim configuration documents, coupled with my habits and formed. Thanks for their dedication!Basically there are comments on each line of the configuration, and I
Command historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim directlyVim filename opens vim
First we need to know what vim is. -----> Vim is a text editor developed from VI.The question comes again, what is VI? ------> VI is a UNIX-like (can be understood as Linux) built-in, which is a self-brought text editor.What's the difference between
1. Setting items that affect Chinese encoding
Encoding (ENC): encoding is the internal use of Vim code, encoding settings will affect the internal vim buffer, message text and so on. In a UNIX environment, the default setting for encoding
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.