Vim Command Collection
Command History
Commands with: and/start with history, you can first type: or/And then press the up and down arrows to select a history command.
start Vim
Enter the following command in the Command line window
Vim starts vim
Solve the problem of the original URL: http://m.blog.csdn.net/blog/zuisuozhe/37600293, I do the original content to edit, please forgive the original author.
problem : I Ubuntu14.04 under the installation of VIM-GTK encountered the following
Copy:YY: Copy the line where the cursor is locatedNyy:n is a number, the copy cursor is in the down n line, for example, 20yy is copied 20 rowsY1G: Copy all data from the row to the first row of the cursorYG: Copy all data from the row to the last
If you write a little bit of code, you know how convenient the integrated development environment (IDE) is. Whether it's Java, C, or Python, it's much easier to write code when the IDE helps you check syntax, background compilation, or automatically
In the Ubuntu Docker image, the Nerdtree plugin is installed for vim, but the "+" should be displayed on the left side of the directory, but it becomes "? ~v" and the directory cannot be opened.Solution:Edit the Nerd_tree.vim file
5.1 Vim Introduction 5.2 Vim color display and move cursorVim is an upgraded version of VIVim is a color display.• Installation package Yum Install-y vim-enhancedThere are three modes of VIM: • General mode, edit mode, command modeCommand
Through the previous blog we finally ended the introduction of common Linux commands, Linux commonly used commands mainly include the following:①, Linux file and directory processing commands②, Linux link commands, and Rights management commands③,
VI EditorVI is a screen editor that can be used to create files in Unix and Unix-like environments. VI has two modes of operation: Command mode and text input mode. To start VI, you need to enter VI, press [Spacebar] key and enter the file
1. IntroductionThe Vim (vi[improved]) editor is a powerful cross-platform text file Editing tool that inherits from the Vi editor of UNIX systems and supports the LINUX/MAC OS x/windows system, which allows you to create and modify text files. To
Create/Open a text fileVim filename (if the file does not exist, a temporary file is created in memory and will be transferred to the hard disk after saving)Ii. Three modes of vim2.1 Command modeThe command mode is the default open mode.2.1.1 Double-
With a simple configuration file, Vim is created as a professional IDE that supports Mac Linux Cygwin. Read a few vim profiles and, if necessary, customize the Vim plugin to maximize the vim of the IDE user experience.Scope of UseSystem
Original link: http://coolshell.cn/articles/5426.htmlAfter reading the enlightened, collection here, like friends, welcome to the original author to readOriginal line split==============================================================================
Emacs's first words: the comparison between Emacs and Vim
Emacs's first words: the comparison between Emacs and VimHalf a year ago, when I first started using Linux, I heard that Linux didn't use the IDE. It's all about using
This chapter focuses on the use of the @ feature in the VI editor, the ex script, and the Ctags tool.functionA named buffer provides another way to create a "macro" that allows you to save a complex sequence of commands into a named buffer and then
There are several possible situations in which a swap file can occur:1, when you use Vim to edit a file, an unexpected event occurs, causing the window to close, or the system crashes restart;2, another vim is editing the file;Here is the first case:
Because of this konjac Konjac Noip character explosion, can go to winter camp, so ready to start practicing using Linux under the Ide:vimWith the help of Dalao DTZ, I installed vim and made the initial configuration.However........ It's so hard to
Today, in December September 13, 2014, the code under Vim is automatically indented and replaced with the string of the visible area. We have been using vim, a powerful editor. Only the users who use it know its power, now we can display these two
Two decades of productitasks: Vim's 20th anniversaryby Ryan paulrunning Vim inside a terminal running inside a Vim
The Vim text editor was first released to the public on November 2, 1991-exactly 20 years ago today. although it was originally
Method 1:Place the cursor in Row 3,Input: 2yyPlace the cursor in Row 3,Input: PThis method is suitable for copying a small number of lines of text. Copy two rows of data under 6th rows (inclusive) and put them under 9th rows.Method 2:Input in
Learning vi and vim editors (5): go beyond the barriers of basic knowledge
This chapter summarizes the previously learned editing commands such as "c", "d", and "y", and learns some new knowledge: other methods for entering vi, use a buffer to store
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.