First of all, the topic: Vim released 7.3.
In looking at the Vim plug-in, found a more interesting application (non-Plug-ins): The Handbook of PHP as a vim, in Vim, press "K", you can jump to the cursor under the function manual description ...
1.
Tagbar, you can generate an outline of the file you are editing, including classes/methods/variables, you can select the quick jump to the target location, editing large files is particularly useful. 1. Installation
First of all, vim must be more
Everyone is very strong, can share with it.
because temporarily does not have the Linux, therefore first uses the Gvim to make up a bit.
A little bit of a problem before ... UPD (2018.4.01)
My configuration
SOURCE $VIMRUNTIME/vimrc_example.vim
First, edit mode, command modeIn general mode, enter: or/To enter command mode. In this mode, you can walk a character or string, save, replace, exit, display line number, etc./word: Look for a string after the cursor word, press N to go back to
Original: Http://www.oschina.net/news/43167/130-essential-vim-commandsSince 1970, VI and Vim have become one of the programmers ' favorite text editors. 5 years ago, I wrote a question called "100 vim commands that every programmer should know."
Since 1970, VI and Vim have become one of the programmers ' favorite text editors. It was copied from other bloggers and it was very practical.Basis
: E filename
Open filename for edition
: W
Save file
Youcompleteme is a fast, As-you-type, Fuzzy-search code completion engine for Vim.Reference: https://github.com/Valloric/YouCompleteMe#full-installation-guideThe default reader of this article knows what is Unix/linux,vim/vi, youcompleteme, if there
Recently intends to map caps lock into a button, it is more cool to press, now there is a small problem, how to quickly enter capital letters,Use this keyboard mapping to get it done.Inoremap guiwaYou have a chance to test this combination,
Since 1970, VI and Vim have become one of the programmers ' favorite text editors. 5 years ago, I wrote a question called "100 vim commands that every programmer should know." This is an improved version of the previous article, I hope you will like
1. Mode switchVim mode $ VI filename goes into normal mode, which is the command mode used to perform most common editing commands and cannot be enteredKnock I into insert mode, this is normal editing mode, press ESC to return to normal modeEnter in
1, Vim is the ancient artifact of Linux programmer programmingVim is the most famous text/code Editor on the Linux system, and it is also an enhanced version of the VI editor of the early years, known as the best classic ancient artifact in the text/
---restore content starts---Write the code in Xshell, if you need to edit the code, you can enter vim+ xxx.py, enter the VIM editing interfaceThe xxx.py here represents a python storage file with a. py suffix.1. Insert character input I can type or
Download and configureThe official address of the Nerdtree plugin is as follows, and you can get the latest version from hereHttps://github.com/scrooloose/nerdtree Download Zip installation packageOr use the following official website source file
1. Vim Common copy and Paste commandVim's copy-paste command is undoubtedly y (Yank), p (paster), plus yy,pPs:Vim has a very interesting convention (I think it is a convention), that is, the case of a command is to achieve a certain function, but
vim shortcut key:cursor Movement:Four DirectionskH 0 LJctrl+f, ctrl+b page DOWN, page upCtrl+d, ctrl+u down half-page, half-page up$ move end of line0 Moving the beginningW Move the next wordb Move to the previous wordGG jumps to the beginning of
0. Collation: Legend of the arms
On this blue planet, the legends of two major artifacts are circulating:EmacsIs God's editor, andVimIs the god of the editor.
The experts and Low-handed people who are dedicated to the world are eager to see them.
See:
Http://blog.csdn.net/swust_long/article/details/6990033
Http://www.ibm.com/developerworks/cn/linux/l-vimdiff/
The simplest command to open a new window is: Split
Close Window: close, or: Quit or ZZ. However, close can avoid accidental exit of
0 Introduction
Understanding the vim startup process is very important to enhance the confidence in using vim. All the information in this article comes from the reference manual provided by vim and the actual operation practices of the author. The
Differences between vi vim-gnome vim-tiny vim-gtk vim-nox in Linux, vimvim-gnome
Http://blog.csdn.net/pipisorry/article/details/39508417
1. Replace vi with vimVim is much more powerful than vi. vim is a superset of vi and can solve many habits.
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.