1, Minbufexplorer2, CtagsCtags tool is used to traverse the source code files generated tags files, these tags files can be used by the editor or other tools to quickly find the location of the source code symbols (Tag/symbol), such as variable name,
1.Vim IntroductionVim is a powerful full-screen text editor, the largest text editor on the Linux/unix, which is created, edited, and displayed as text files.Vim has no menu, only commands.2.3. Insert command
Command
Role
Vi/vim Basic Use MethodThe VI Editor is the standard editor for all UNIX and Linux systems, and its power is not inferior to any of the latest text editors, here is simply a brief introduction to its usage and a small number of instructions. Because
Welcome attention: NeihanrukouCommand historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim
When using vim for editing under the terminal, by default, the editing interface is not displaying line numbers, syntax highlighting, smart indenting, and so on. In order to better work under Vim, a configuration file needs to be set manually:.
1. :%s/\r\+$//g Delete the ^m characters in the text.2. :%s/\s\+$//g Some VIM IDE will see the text in the red block, usually the end of the line of extra space caused by, then use it to clear.3. :%s/\ height=\\ "\d\{3}\\"//g Delete the height=\ "3
We all know that when we copy and paste between a file, Vim provides us with a lot of methods, three modes have a method to achieve the characters, sentences, paragraphs between the copy and paste. At that time, ifWe want to copy and paste between
Vim Text Editor PreliminaryI. Relationship with VI EditorIt can be said that the Vim editor is an upgraded version of the VI editor, which retains all of the VI Editor's things, and adds its own new features.For example: support cross-platform,
Because the Linux teacher assigned the homework, so plan to take some time to put their own installation of the process in the blog park, convenient for later review (master bypass)The first:VIM installation: Open VIM's terminalAfter typing "vi" on
Vim can be divided into three modes, command mode, insert mode, visual mode.First, the command mode At the beginning of the Vim design, the entire text editor is made with a keyboard rather than a mouse, and almost every key on the keyboard has a
Vim can be regarded as the most famous editor on Linux system, and it is the enhanced version of VI editor, its biggest feature is the full use of the keyboard to operate. Getting out of the mouse operation makes it difficult to get started, but the
Vim Command Collection command historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim
Original URL: http://blog.sina.com.cn/s/blog_620ccfbf01010erz.htmlFor vim to better support Python to write code, modify the tab default 4 spaces There are two ways to set up:1. VIM/ETC/VIMRC
1
setts=4
Reference:http://blog.chinaunix.net/uid-20732478-id-763411.htmlThe use of vim for so long, but has been unable to remember some basic operating instructions. Today when looking for a keyword, can't think of how to find "next", so Google and solve,
ColorScheme Evening"set background color to night modeSetNocompatible"Get rid of nasty about VI consistency patterns, avoid some bugs and limitations of previous versionsSetcompleteopt=preview,menu filetype plugin onSetRuler"Open the status bar
Vim is a well-known, powerful, highly customizable text editor similar to VI, which improves and adds many features on the basis of VI. Thanks to its customizable features,Many of the Vim plugins were born. Managing these plugins has become one of
Vim Learning Note the second, because the need to collate documents and work, and do not achieve a daily study and publish an article, but diligent record is good ~2. FindThe find command is "/string", note,. *[]^%/\? " $ has a special meaning, find
Create the VIMRC file in the user's home directory, and then add the following:function Headerpython ()Call Setline (1, "#!/usr/bin/env python")Call Append (1, "#-*-Coding:utf8-*-")Normal GNormal ONormal OEndfAutocmd bufnewfile *.py Call
Vim is basic, with no solid foundation.Now vim and vim are very important, but many of us are paying attention to advanced technologies. However, vim is not efficient in editing files. Vim is very important. What I am talking about below is also
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.