Vi and vim Editor (14): vim Overview
Vim refers to "vi improved", that is, the ultimate version of vi. Currently, vim may be the most widely used similar vi product.
Overview:
Author and brief history:
Vim is written by Bram Moolenaar and assisted by others. Therefore,
Vim is a powerful text editor. A good configuration facilitates the use of vim. Sometimes, we use VIM on several different computers. For example, we may have vim installed on both our own computers and our company's computers. Sometimes, we need to implement, if we configure one of the
interested, visit the official website.
Okay. Here is the code Editing Section. It should be said that there are too many functions of eclim, and you can find them in most eclipse. I will not continue to introduce it here. If you like this, you can check this {Pagetracker. _ trackpageview ('A/eclim.sourceforge.net ');} "Href =" http://eclim.sourceforge.net/vim/cheatsheet.html "target =" _ blank "> cheatsheet
Vim configuration, vim configuration file
1. background description:
The vim editor is a popular and powerful text editor in linux. Configuring vim can greatly improve code development efficiency.
2. configuration scheme:
I searched on github for how others configured vim. H
The help entry for the commands used in this section:
:help vimgdb
At the beginning of the UNIX system design, there was a very important idea: each program only implements a single function and connects multiple programs through pipelines to make them work together, to provide more powerful functions. The program only implements a single function. On the one hand, it reduces the complexity of the program, and on the other hand, it also enables it to focus on this function and make it the best.
Vim by default is to edit all files in one window, and only one buffer is displayed when moving between files or moving to different parts of a file. However, Vim also provides multi-window editing to simplify composite editing tasks. This article will learn how to use multiple windows in a running vim process, including initialization and startup of multi-window
Vim command collection and vim collectionCommand history
Commands starting with ":" and "/" have historical records. You can first type ":" or "/" and then press the up or down arrow to select a historical command.Start vim
Enter the following command in the command line window:
Vim directly starts
Vim commands and vim commands
1. About Vim
Vim is my favorite editor and the second most powerful editor in Linux. Although emacs is recognized as the world's No. 1, I think it is more efficient to use emacs without using vi for editing. If you are a beginner, running vimtutor is a smart decision. (If your system envir
Use the vim editor and the vim editor.
I. Introduction
1. vim is a powerful text editor. If you are familiar with it, it will effectively help us improve the efficiency of editing text and programs. The vim editor has a relatively high threshold for getting started. Many people are reluctant to remember many commands,
Common vim commands, vim
Vimm (vimsual) is a full-screen editor used in Linux/unix OS.
Vimm is divided into two states: command status and edit status. In command status, the entered character system performs command processing. For example, q indicates that the system exits, the editing status is used to edit text materials. When you enter vim, it first enters t
1. Upgrade VimMy own MacBook Pro system is still 10.11, with its own vim version of 7.3, which we upgraded to the latest version:Using homebrew:Install vim--with-lua--with-override-system-vimThis will download the latest VIM version and replace the Vim that comes with the system.Restart the terminal after installation,
Label:Vi/vim Use advanced: Use GDB debugging in Vim – use Vimgdb The help entry for the commands used in this section: In the original design of Unix system, there is a very important idea: each program only to achieve a single function, through the pipeline and other ways to connect multiple programs, so that they work together to achieve more powerful functions. The program only implements a single funct
When using the VI Editor, we found that the ESC key cannot be returned to the default mode. input the: HELP command, and we found that vim-tiny installed by default in Ubuntu is not complete in many functions. Install complete Vim for convenience. Note: In ubuntu, the VI and VIM commands actually use vim.
Talk Vim together (22nd back: Vim finale), talkvim
Hello, everyone. You are welcome to join in to hear the story of Zhang huiti: Vim. The last time we introduced the NerdTree in Vim
Plug-in .. In this case, we will not introduce the new Vim plug-in. However, we will do o
This is a creation in
Article, where the information may have evolved or changed.
In two steps:
First step: Install the Vim plugin manager vundle
Step Two: Install the Vim-go plugin.
In addition: I have also written an automatic installation of the script. Lazy friend, you can download it by yourself: https://github.com/aimin/InstallvimGo.git
-----------------------------------------------------------------
Reprinted please indicate this blog from "LIU Da csdn blog": http://blog.csdn.net/poechant
1. What is Vim?
Vim is VI improved, an enhanced version of the editor VI. It is extremely powerful and complies with SE (software)Engineer, Software Engineer) used editor. If you are a professional se, you must be looking for an excellent editor that can be customized and flexibly edited. The answer is
Talk Vim together (17th back: csscope of Vim plug-in), vimcscope
Hello, everyone. You are welcome to join in to hear the story of Zhang huiti: Vim. We introduced the ctags in the Vim plug-in last time.
In this case, let's continue with the Vim plug-in. In this case, we want
Vim configuration details
1. VIM configuration file1. How should VIM be set to allow users to define their own configurations to display text? The two configuration files will be read during the running of VIM.(1) The ". exrc" configuration file under the Home Directory, which takes effect for users in the H
Document directory
Custom syntax File
In fact, sequence Vim supports the addition of syntaxes in hundreds of languages. However, the addition of scripts based on syntaxes does not satisfy everyone. Sometimes we want to highlight some specific constants. However, the configuration is required.
Just like the OpenGL I recently learned, I want to enable the system constants and functions to be highlighted when I edit files (. c files. So next we w
Everyone crossing, welcome to listen to the large-scale couplet science fiction: Vim. Last time we introduced the ctags in the Vim plugin.This time, let's continue to talk about Vim's plugin. This time we want to say the vim plugin called: Cscope. Well, that's the word, the gossip,Words return to the positive turn. Let's talk about
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.