The NERDtree, taglist, AutoComplPop, ZenCoding plug-in, and some configurations are used. The specific steps are as follows: Install vim settings in the previous article: here we will introduce the above settings to enable style highlighting and line number display, as well as edit functions such as parentheses matching and automatic indentation, you can enjoy an ideal editing experience in most cases. However
The NERDtree, taglist, AutoComplPop, ZenC
Common pluginsThe reason that vim formed its own ecological environment, is because VIM has an open plug-in system, developers in order to improve development efficiency, for VIM to write tens of thousands of plug-ins, we can choose any choice, or based on the Vimscript language to develop their own proprietary plugins.Each plugin is a
Vim is the most famous text/code Editor on Linux systems, and the enhanced version of the Vi editor in the early years, and GVim is its Windows version. Its biggest feature is the full use of keyboard commands for editing, while leaving the mouse to make it difficult to get started, but the keyboard flow after the various clever combination of operation can bring a very large efficiency improvement.
So Vim
Many things in a Linux system exist in the form of script code, configuration files, which are often edited when using Linux systems. Obviously, if there is no text editor, the road is unable to be difficult. My choice is vim. Vim 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
I personally think that vi can't be used without it. Using it will improve the efficiency a lot, but it may not be able to catch up with the previous speed. The following is my shameless copy and paste: (the picture shows a piece of easy learning) Vim currently has versions of mainstream systems, although Vim has improved a lot compared with VI, however, the first use of
The Vim configuration file for http://nootn.com/blog/Tool/22/ Daniel has been updated.
There is a 1.24 update vimrc on the blog. I directly paste to my
In vimrc under the/etc/Vim directory.
It turns out that Chinese characters are garbled, and VIM does not listen to command.
All netizens follow him, Daniel created a Google code,
Http://code.google.com/p/asins/so
Use vim to create your own python editor and vimpython EditorBasic Configuration
The vim configuration is in the user's main directory.~ /. VimrcFile. If not, you need to create it yourself:
cd ~touch .vimrc
First, do some simple configuration:
Set nocompatible "Disable compatibility with vi Mode set number" display row number set nowrap "not auto-folding set showmatch" show matching brackets set scroloff =
Original article address: Two good Vim skillsAuthor: Liurhyme
Note the following before reading this article:1. The goal of this article is to provide some Vim usage skills, which can improve the efficiency of VIM operations. Some tips can also be used on VI, but now Vim is basically used.2. this article describes how
This is a creation in
Article, where the information may have evolved or changed.
Although Sublimetext3+gosublime+gocode is currently a more popular Golang development environment combination, but as a vimer, not a set of handy vim for Golang Dev heart always get through. Golang is young, but even from the release of Go 1 (March 28, 2012), it has been a small three years since the pinch was counted. Developers around the world have contributed more ma
Although Vim is essentially just an editor. But with some proper plug-ins, vim can become a fully functional IDE as well. The author has been using Vim for a long time, after repeated experiments, configured an efficient PHP development environment, for home travel, murder, pillage the necessary good products.
Install VimSince most readers use the Windows envi
From WeChatSince 2009, I have been working with Vim as my primary (unique) text editor. Over the years, I've learned a lot of good Vim techniques that make me feel brief encounter because they greatly improve the efficiency of my text editing. In this blog post, I would like to share with you some of the most essential parts. HJKLThe first piece of advice that new Vim
Why do I need to compile and install vim?Because I want to install YCM,YCM requires a vim version of 8.0Tutorial steps:1, check the system version2. Remove the vim that comes with the system3, compile and install vim4, test the installation of VIM1, check the system version[Email protected]:~# Lsb_release-ano LSB modules is available. Distributor ID:UbuntuDescrip
integrate these functions, some vim comes with, some need plug-in.Two. Preparatory work1. Verify that the file/path exists, some of the paths described in this article, such as: ~/.vim/plugin ~/.vim/doc ~/.vim/syntaxIf not, please create a new.2. The. vimrc file referred to in the text refers to the ~/.VIMRCThree.
VI and VIM1. Introduction:The VI Editor is the standard editor for all UNIX and Linux systems, and he is the equivalent of a notepad in the Windows system, which is no less powerful than any of the latest text editors. He is a tool we cannot use without a Linux system. Because of any version of UNIX and Linux systems, the VI editor is identical. Vim has the ability of program editing, it can distinguish the correctness of grammar by font color, and it
This article mainly introduces some tips for setting up Vim as a custom PHP development tool. Vim and Emacs are recognized as the most powerful and popular code editor in the world, for more information, see vim, which is essentially an editor. But with some appropriate plug-ins, vim can also become a full-featured IDE
matching keyword in this file, and automatically complete
) CTRL x + ctrl F, find a matching file name, and automatically complete
) CTRL x + ctrl D: Find the matching macro definition in this file and the include header file, and automatically complete
Is to move to the first letter of the word, and E is to move to the end of the word. The letter minus sign is to move to the first line of the previous line.
DG deletes from the cursor position to the end of the file,
Copy YG from the cursor p
Generally, garbled characters may occur when Vim opens a Chinese file. The reason is complicated and it is not so cool. Direct SolutionSet fileencoding = gb18030Set fileencodings = UTF-8, gb18030, UTF-16, big5Do you want to see the reason for this setting? Continue. The following is widely used in the Internet
The encoding in VIM is mainly related to three parameters:ENC (encoding), fenc (fileencoding) an
1. Open multiple WindowsCommands to open multiple windows: Horizontal cutting window: new+ window name (after saving is file name) :split+ window name, or abbreviated as: sp+ window name portrait cutting window Name: vsplit+ window name, also can be abbreviated as: vsp+ window name vim-o file1 file2 ... #水平打开多窗口, vim-o file1 file2 ... # Open multiple windows vertically,
This is a creation in
Article, where the information may have evolved or changed.
Since the last time you configured the Golang VIM development environment on your Mac, it's basically not moving. Nearly two years later, go has been upgraded to version 1.7, and vim-go has evolved to the 1.8 version so far. The Community's active attention and use, let Vim-go autho
Source: success,
1) the view of all windows is saved in the session information, and global settings are added.
2) The viminfo information contains the command line history, search string history, input line history, and non-empty register content), file location mark, recent search/replacement mode, buffer list, global variables, and other information. Suppose Vim opens three windows: vsplit, split, and split. Then n F1, N F2, N F3
After opening thes
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.