Vim 7.0 and later versions have built-in auto-completion, with the same shortcut key as omnicppcomplete.
CTRL + x Ctrl + O (Intelligent completion)
Or Ctrl + n
Or Ctrl + P,
Or Ctrl + x Ctrl + f (fill in the file name)
CTRL + X is to enter a
1. Vim operation command 1) Vim automatic directory completion
In the vim editing status (that is, the insert status), press Ctrl + X, and then press Ctrl + F to enter the directory auto-completion mode, which will be based on the directory in
I usually like to listen to songs. There are many good songs, but I only feel the music of my family. Jia Ju is a comprehensive singer who not only sings well, but also fills in words, music, and plays well. The music of Jia Ju has influenced
Recently, the choice of the editor has been quite tangled. Vim was used at the beginning, because editing can be performed as long as it can be connected over ssh. Later, source in sight was used because it was very convenient to view the code;
Manual folding:ZfapYou will see that this section is replaced by a highlighted line of text. You have created a fold. | ZF | it is an operator, and | AP | it is a text object. You can use the | ZF | Operator together with any mobile command to
This article has been translated into French by Geoffrey Bachelet. You can read the French version here: l'privacy ition efficace avec vim. "To me, VI is Zen.To use VI is to practice Zen.Every command is a koan.Profound to the user,Unintelligible to
I saw a short article about recursive macros on dailyvim.blogspot.com.
I have never realized that Vim macros support recursion. What is the role of recursive Macros? The easiest thing to think of is that you can execute macros throughout the entire
Sender: Vale (shangu), email area: VimQuestion: detailed explanation of global commandsMailing site: shuimu community (Fri Jun 15 17:05:55 2007), within the siteThe Global Command is one of Vim's most powerful commands (I personally think it is No. 1
Firstly, add these lines in. vimrc (Linux) or _ vimrc (Windows)
"Go word
ABB goword! "C:/program files/Microsoft Office/office12/winword.exe"
"Go IE
ABB goie! "C:/program files/Internet Explorer/iexplore.exe"
Consider you are editing a
How to Control Firefox using Vim keybindings by Joe 'zonker' brockmeier
On
June 22,200 (5:00:00)
Share
Print Comments
VimUsers stick with vim in no small part because muscle memory is soPowerful -- once you 've learned Vim's keybindings, it's
I encountered difficulties in learning vim, so I want to do some work to reduce the threshold...
Let's take an example to illustrate the representation structure and method of the document...# Vim: Help e117The content is as follows:
[Root @ Leo-desktop :~ /] # Cat. vimrc"NOTE: rename this file as. vimrc and copy it ~ /Bottom"Install/copy files under plugin to/usr/share/Vim/vim71/plugin/
Set nu "sets the row numberSet autoindent "Set automatic indentSet cindent "sets automatic
Anyone who has experience using and configuring Vim knows that Vim can be comparable to ide after configuration ~
However, it is also very troublesome to configure Vim. Many times, when we need to change the system or back up data to other
Reprinted please indicate this blog from "LIU Da csdn blog": http://blog.csdn.net/poechant
1. Normal Mode-> insert mode
ILowercase letter I, insert at the cursor position
ALowercase letter A, insert at the next position of the cursor
IUppercase
Reprinted please indicate this blog from "LIU Da csdn blog": http://blog.csdn.net/poechant
1. cursor character operations
JDown
KUp
HLeft
LRight
$Move the cursor to the end of the line. Pay attention to the shift key.
0Move cursor to the
Reprinted please indicate from "LIU Da's csdn blog": http://blog.csdn.net/poechant
Let me call it a VIM-IDE, it sounds like a fight with the IDE of Eclipse, Visual Studio, xcode stream, more fun, you can call it vimide, isn't it more like
To turn
Web development under Vim html css js plug-in HTML, CSS, and JavaScript plug-in for web development under Vim
Html
Download html.zip
Decompress html.zip and copy all the files to the C: \ Program Files \ Vim \ vimfiles directory.First, you should
I recently used sublime text2, which is more beautiful than textmate, and has a consistent version on several platforms.
Sublime supports text editing using the vim mode. The Vim shortcut key is quite fast for editing text. It is nice to combine the
1. Split the screen to start Vim
Use the uppercase o parameter to split the screen vertically. Vim-on file1 file2... use the lower-case o parameter to split the screen horizontally. Vim-on file1 file2...Note:N is a number, which indicates several
Multiple tagsOpen the file in the form of multiple tags before entering vim-P . For example, VIM-p * is used to edit all files in the current directory. In Vim editing, tabnew adds a label: tabc to close the current tab: Tabo to close all other tabs:
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.