1. Unbeatable scalability1.1 Scalability gives software a powerful lifeOnce upon a while, Windows users had no concept of software extensibility, and they could only make very limited customizations to the software they used. The right to extend the
Transferred from: http://www.cnblogs.com/chenyadong/archive/2011/08/30/2159809.htmlTo facilitate the selection of text, VIM introduces Visual (visual) mode. to select a piece of text, first move the cursor to the beginning of the paragraph, press v
Reproduced this site article please indicate the author and source Cool shell –coolshell.cnThe learning curve of Vim is quite large (see the learning curve of various text editors), so if you start to see a bunch of Vim's command classifications,
Vim How to useVim is a well-known, powerful, highly customizable text editor similar to VI, which improves and adds many features on the basis of VI.Learn about the three basic modes of VIM(1) General modeOpen a file with VI directly into the
First, VI working mode*******************************************************************VI filename---> Command mode------>:WQ exitInput i a o-----> Insert mode----->esc key------> Command modeCommand mode:---> Edit mode------> Command to end
today . describes the kernel reading configuration of vim+ctags+cscope+taglist.
When used, I believe most people will abandon the previous eclipse (I am a living example). Let's start by looking at what the implementation interface looks like:
Vim EditorText editor, word processorNano, SEDVi:visual Interface (Visual Interface)Vim:vi improvedMode editor, full screen editorOne: Open file# Vim/path/to/somefile
Vim +#/path/to/somefile Open/path/to/somefile and locate the file # line
Transferred from: http://www.cnblogs.com/fortran/archive/2010/07/25/1784513.htmlThe command of the case conversion in Vim is: Gu or Gu, the image of a little u means to lowercase, big u means to capitalize. The next step is to define the two
There are several forms of executing shell commands in vim:1):!commandDo not exit vim and execute shell command commands to display the command output in the VIM command area without altering the contents of the currently edited
Vim Modify file format, view invisible characters, etc.Category: Weapon Spectrum 2013-10-29 22:26 2125 people read review (0) favorite report
: Set fileformats=unix,dos ==>unix file format as the first choice, DOS format as a second
Because I use the VIM editor a bit old-fashioned, so on Google search, whether it can make a nice little, convenient, this does not-we have to provide a good way, I follow his approach to my vim decoration is very beautiful, mainly by it, for us
Advanced some of the editor, will contain the macro function, Vim is certainly not missing, the use of macros in Vim is very convenient:: QX starts recording macro and registers the result in register XQ Exit Record mode@x playing macro commands
The learning curve of Vim is quite large (see the learning curve of various text editors), so if you start to see a bunch of Vim's command classifications, you're bound to lose interest in the editor. The following article is translated from "Learn
Notes on playing vim-(i) Brief introduction On this blue planet, there are legends of two great artifacts: Emacs is said to be the editor of God, and Vim is the god of the editor. Some people bravely picked up vim or Emacs, but found that the
VI and VIM are both text editor, the difference is that Vim is the upgrade version of VI, it is not only compatible with all VI directives, but also some new features in it.Vim/vi is a powerful full-screen text editor, which is the most commonly
Major premise: Install git: sudo apt-get install Git-core , because many of the following are available on GitHub.In addition, unreasonable point of view (concrete principle such as the small have not seen >.
1. Terminal using solarized color
Pydiction IntroductionPydiction is a piece of Python code auto-completion script, it can achieve the following functions:1. Python keyword completion2, the function complements the whole3. Complete module Completion4, module internal function,
1. Several paths:Ubuntu:/etc/default/locale equivalent to centos:/etc/sysconfig/i18nPath to VIMRC: ①~/.VIMRC②/ETC/VIM/VIMRC2. Workaround:① Adding language support$sudo vim/var/lib/locales/supported.d/local#Add the following Chinese character set
Common vi/vim commands
Vi/vim commands are complex and powerful. Here we will introduce some commonly used commands that can meet general needs.
Move the cursor:-Shift left: h-Move Down: j-Move up: k-Shift right: l-Flip: ctrl f, ctrl B
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.