Vim in win encountered Chinese characters garbled long known, this thought through the following settings can solve garbled problemSet Encoding=utf-8Set Fileencoding=utf-8,chineseThis setting is able to solve the source code files in the Chinese
I haven't written it for a while. Make a simple note.
Download from http://www.vim.org/scripts/download_script.php? Src_id = 1, 6738
Decompress the package and add javacomplete. Vim java_parser.vim In the autoload folder
As the saying goes, "to do good things, you must first sharpen the tool." Good development tools can help us greatly improve development efficiency. I have been using Vim to write c ++ in Linux for some time. Here I want to share some of the vim
Registers are used to store specific content in VIM operations. Most normal commands and some ex commands can specify the registers associated with operations. Registers are also special variables in Vim, so they can be accessed in command lines and
To facilitate Text Selection, VIM introduces the visual mode.To select a text segment, first move the cursor to the beginning of the segment, press V in normal mode to enter the visible mode, and then move the cursor to the end of the segment. Note
In centos, only vim-minimal-7.x is installed by default. Therefore, whether you enter VI or Vim to view files, the syntax function cannot be enabled normally. Therefore, you need to install two other components with Yum: vim-common-7.x and
Address: http://vitaminj.blogbus.com/logs/35851648.html
1. In ~ /. Vim/C-support/templates can be used to set copyright information, such as the author, mailbox, and copyright ownership. C or. the CPP file is visible and lists the locations where
Vim is a powerful text editor. We use VC to write on the Win32 platform
Code Often, we are used to some of the format control and code complementing functions provided by VC. These functions can be implemented in Vim, and we have already prepared
The current job is on the UNIX platform. It is usually written using the FTP function of UE.CodeSometimes the file size is too large, the transmission is very slow, and it is often not very stable.I made up my mind to learn Vim (no one should use
ArticleDirectory
1. Using Ctrl-x Ctrl-N to automatically complete word
2. CTRL-x Ctrl-L to automatically complete the line
3. the Ctrl-x Ctrl-F file name is automatically completed.
4. Thesaurus word completion
5. Use Ctrl-x
ArticleDirectory
Pathogen
Nerdtree
Command-T
Powerline
Common plug-ins
Vim has formed its own ecological environment because it has an open plug-in system. To improve development efficiency, developers have compiled tens of
The Sessionsession plug-in has been enhanced on the mksession command of VIM, allowing you to easily store and restore the vim edit session. It can save the current settings, tabs, and windows.
To save the current session, run the savesession
Vim auto-completion plug-in-youcompleteme
Preface
Vim is called the editor God mostly thanks to its rich DIY flexible plug-in functions (for example, youcompleteme, the magical Code Completion plug-in under Vim ), most of the users who use Vim feel
Do you want to learn vim, the best text editor in history, as quickly as possible? You must first learn how to survive vim and then learn various tricks.
I suggest the following four steps:
Alive
Feeling good
Better, stronger, and faster
Use
Http://coolshell.cn/articles/5426.html
Vim's learning curve is quite large (see the learning curve of various text editors). Therefore, if you see a lot of VIM command classification at the beginning, you will lose interest in this editor. The
Today, I will share with you my vim configuration, which is just a personal habit. If necessary, replace the following content copy ~ /. Vimrc content:
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=utf-8,latin1endifset tags=./tags,..
Since VIM has been used for a long time, it has never been thought of as convenient and fast as VIM.
I thought for a moment, probably because I have always been dependent on the VIM editing mode.
This is no different from using other simple editors.
Anyone who has used VIM to edit Chinese documents knows that the command line mode is required after each editing.
If you forget to press SHIFT to switch the Chinese/English input, you will find that the commands after pressing ESC are all Chinese
Today, we have been working on the vim plug-in for a long time, and finally found that online installation is the most time-consuming ~~
1. Install taglist-browse source code
The source code browser plug-in taglist can list functions, struct, and
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.