This article describes how to use the plug-in management tool Vundle to build a vim development environment in an UBUNTU environment to improve the efficiency of using VIM for programming under Linux. Install Vim
Installing Vim on Ubuntu is simple,
1. In the terminal use Vim for editing, by default, the editing interface is not displayed line number, syntax high-brightness display, intelligent indentation and other functions. In order to better work under VIM, you need to manually set a
First, Introduction
Spf13-vim is a release version of the Vim plug-in and configuration, including a set of carefully selected Vim Plug-ins, with Vundle for plug-in management, and can be personalized through the following files
~/.vimrc.local
Go language installation and vim-go configuration
Mild obsessive-compulsive disorder ...
Recently void-001 in writing Neuoj_judge back-end evaluation machine, and I am also relatively idle recently, so I want to follow VOID-001, looking at his code,
June 20 Task5.1 Vim Introduction5.2 Vim color display and move cursor5.3 Vim General mode move cursor5.4 Vim General mode copy, cut and paste2018-04-18 17:55:31Vim color display and move cursorThe same files may be available in different directories
VIM 8.0 to be released before Mid-Autumn festival
The best-use-to-install Vim on Unix-to-use the sources. This requires a compiler and its support files. Compiling Vim isn ' t difficult at all. You can simply type ' make install ' when your
The shortcut key combinations that are often used in vim:Normal Mode:Ctrl F turn to the next page Ctrl B turn to previous page/search keyword n look down n findWith a single word selected, press to select N to find n up^ Jump to the beginning of the
Vim working modeVI file name into command modeI a O into insert modeESC key back to command mode: Enter edit modeAdd line number: Set Number/nu: Wq Save ExitInsert commandA specifier insert in the word cursorA at the end of the line where the cursor
Related knowledge /relevant knowledge 1 _VIMRC Programming /_VIMRC Program1. Annotation ", for comment2. Keyword set, for setting functions, etc.3. Keyword IMAP, which indicates a re-map in insert mode4. Keyword Inoremap, indicating the re-map in
what is VIM? Vim has the ability to edit the program, can be active in font color to identify the correctness of the grammar, convenient programming.Vim is a text editor developed from VI. Code completion, compilation and error jumps and other
1. Introduction:The installation requires GIT, which triggers the git clone default to copy every repository that specifies a specific format plugin to ~/.vim/bundle/ . The search requires curl support.For Windows users, visit Windows Setup directly.
Problem Description:Select the specified character in vim to copy/cut/pasteProblem solving:into vim in visual mode, visual mode enters, there can be three ways:(1) In normal mode, the direct key V can enter the default visual mode, you can use v+j/k/
This github on Vundle's address Https://github.com/gmarik/vundleSet Vundle:git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle.vimTouch ~/{.vimrc,.vimrc.bundle} here for. VIMRC not bloated, new. Vimrc.bundleInsert the
The above is, all can be listed in my resources, and the instructions for use are attached below:
Usage:1. Put. vimrc in the vimrc package in the/home or/root directory (depending on your identity ).2. Put the files in plugin and Doc in
Series 4 introduces how to use VimCodeBrowsing, indexing, Tag, Tag, search, and other functions, including ctags, taglist, and visualmark, especially ctags, are the basis of various plug-ins in the future. It is better to be proficient in
The following are some of my experiences:
Let's take a look at vim. VI is a widely used text editor in Unix/Linux, which is available on most machines. VI has various variants, and different variant software is often used on different machines.
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)
Reference address: http://lsong17.spaces.live.com/blog/cns! 556c21919d77fb59! 603. Entry
Content:
If you only want to use the system clipboard, simply press SHIFT + inset (paste) in the input mode.VimThe help document includes the following content:
1. Press V to enter the visual state, select multiple rows, and use> or
2. generally, auto indent layout is used based on language features: In the command status, the current row is used = (two connections by =), or N = (N is a natural number)
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.