Http://www.cnblogs.com/end/archive/2012/06/01/2531147.html
Vim as one of the best text editors, using vim to write documents, writing code is very pleasant things. Whenever you learn a new function of VIM, you will greatly improve your work
Http://outofmemory.cn/code-snippet/4016/go-to-bottom-of-file-in-vim-editor
GG: Command moves the cursor to the beginning of the documentG: Command moves the cursor to the end of the document
VI Editor in command line mode, enter G to jump
The IDE under Windows has some useful features, such as Sourceinsight Shift-f8 highlighting, ctrl-m viewing bookmarks, codeblocks F11 switching source and header files, quick code completion, source file Symbol window, Here are some plug-ins to
The VIM editor can basically be divided into 3 modes, namely command mode, insert mode (insert modes), and end line mode, which shows a diagram of how Vim's various modes convert to each other.
Command mode: Controls the movement of the screen
1. Character Operation
I insert
I Insert at the beginning of the line
A Line End Insert
X Delete one character after
X Delete one character after
U undo One Step
2. Line Operation
The home or ^ key moves to the beginning of the line
End key or $
C.vim is a vim for the development of C + + Plug-ins, official website, Links: Vim basic Plug-in installation step 1. Download installation package (cvim.zip), download directly from the official web, I download here is the current version 6.12.
Turn from: http://www.open-open.com/lib/view/open1414227253419.html
TagList Click on the Open link
TagList is a plug-in used to display various symbols in the locator, such as macro definitions, variable names, struct names, function names, which
VIM handles strings with a look around to facilitate complex deletion and replacement operations
For an explanation of the look, please refer to Yurii's "proficient in regular expression" book.
If you have the following
both: Pydiction
Pydiction allows you to implement the TAB code complement in Vim, which includes: standard, custom, and Third-party modules and packages. Plus keywords, bifs, and strings. Pydiction mainly consists of three parts:
When using the Linux operation, will definitely use the Vim editor, about this editor will not do more introduction, you can go to Google a bit. Vim Editor's plugin is very much, this article introduces a VIM plug-in management tool pathogen. 1.Vim
Source: http://www.cnblogs.com/taskiller/archive/2012/08/14/2637689.html
I. Introduction of Pathogen
Typically, the Vim plugin is installed, usually all the plug-ins and related DOC files are installed in a folder, such as the plug-in all installed
Introduction to Vim
To install the Vim method:
yum install -y vim-enhanced
yum install -y vim*
yum install -y vim"Vim-related packages will be installed, including vim-enhanced"Vim +n "n refers to the number of rows
Vim is a well-known, powerful, highly customizable text editor similar to VI, which improves and adds many features on the basis of VI.As a Linux enthusiast, Vim is the most commonly used text editor, the default vim configuration file. VIMRC does
Linux 15th day vim and Scripting BasicsTime: 20180801Vim Text Editing ToolCommand modeY copyP PasteG Navigate to document to first lineG navigates to the last line of the document^ Position the front non-null character of a row0 position the
①vim Common Operationswww.vim.org1. Vim Working modeEnter VI filenameexit Input: Wqedit Mode Command (: Input later): Set NU Displays line numberInsert mode i/a/oCommand modeInsert mode (ESC returns command mode)edit mode:2. Insert Commanda
Linux Eighth session--------------------------------------------------------------------------------------------------------------- ------------------------------------42. VIM Basic ConceptVi:visual Interface, Text editorText editing type: line
VIM Displays the line number when it is opened by default, so that you can display the line number manually in command mode without having to edit it each time.To create a configuration file for a. vimrc.When Vim is started, the. vimrc file under
If it is vim7.3, you do not need to download the pythoncomplete. Vim plug-in because it comes with the plug-in during installation.
However, you must ensure that the python feature is enabled during compilation and installation of VIM, namely:
Don't try to write down a lot at a time
Master the two or three skills you need most at a time.
Then I am familiar with it. Well, one day, I suddenly found that you are a Vim guru.
-----------------------------------------------
Preface:
Vim is a
Vim getting started shortcut
Luo chaohui (Http://blog.csdn.net/kesalin)
Reprinted please indicate the source
Vim and EMAC are both powerful tools. Some time ago, I decided to familiarize myself with a set of cross-platform editors, so that I
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.