Gvim's Tabe tab opens in the same page (tab) and has the same effect on buffer, adding a new bufferYou can assume that the command-line mode of Gvim is similar to the operation in bash shell.Pass in command-line mode! Comm can execute shell commands
SetWrap "To set the line wrapSettabstop=4 "set tab length to 4Setsofttabstop=4 "allows you to delete 4 spaces at a time by pressing the BACKSPACE barSetShiftwidth=4 "Set > Command width is 4 when
The main reference is this blog post:http://my.oschina.net/swuly302/blog/156784But the basic knowledge that needs to be added is that the same problem may be encountered for the first vim novice user.After the plug-in is added, you need to configure
There is a. VIMRC under the user's home directory (/home/username)./etc There is also a VIMRCGenerally only the user home directory under the. VIMRC this profile is valid only for usersUse Su-username for configuration to take effect after change (e.
Vim open file, enter in command line mode: Set list--Displays the characters of the end of the file line$ represents the LF^i represents a tab: Set FF-View file Format,vim can recognize the file format as Dos,unix,mac: Set Ff=dos converts the file
The previous log has been documented in step by step how to configure the Vim development environment on a native Mac with a variety of plugins.With a certain experience, the configuration of the VIM environment to the lab remote server centos6.4
1. Enter the following command to start VI: (1) VI: Do not specify a file name, you will need to specify a filename when saving it. (2) VI file name: The file can be either existing or new. (3) vi +n file name: Enter VI, the cursor
Mark Highlight Plugin
• Introduction to Plugins Mark is a vim text highlighting plugin that can highlight different text in different colors at the same time. For example, you can highlight some of the key variables to help understand when
1. Mode Description:Before you can really start using VIM, you must first understand the vim pattern, otherwise you may be unprepared for vim. Vim is a modalEditor, which means that VIM has a number of different modes of operation, and the same
Vim and VI usage are basically the same, Vim is more powerful, and there are color markers. Vim is used, VIM has three modes are general mode, edit mode, command mode.
General mode: Delete, copy, and paste
X: Remove BackwardX: Delete
Vim and VI usage are basically the same, Vim is more powerful, and there are color markers. Vim is used, VIM has three modes are general mode, edit mode, command mode.
General mode: Delete, copy, and pasteX: Remove BackwardX: Delete
Two modes-edit mode: You can perform normal editing operations at the bottom left--INSERT-- "input i in command mode to enter edit mode"-Command mode: You can press ESC in edit mode by clicking on the command in the bottom left. Ability to
Vim Study Day Fourth1. P: Paste, P: paste (placed in front of cursor position)2. M[a-z]: Mark, ' [A-z]: Jump to the line of the tag, ' [A-z]: Jump to the row and column of the tag, d ' [A-z]: Delete the tag content3.: Marks: List all the tags4.:
Working in a Linux environment is often inseparable from the Vim editor, regardless of which version of the Os,vim style is installed is rarely configured to your custom, because the default configuration does not have any plugins and settings. As
Three modes of VIMGeneral modeIn this mode, you can: move the cursor up or down, delete a character, delete a row, copy, paste one line, or multiple lines.Cursor movement in general mode
h or LEFT ARROW key
The cursor moves one
1.ctags(1) to http://ctags.sourceforge.net/download Ctags source code ctags-5.6.tar.gzHttp://prdownloads.sourceforge.net/ctags/ctags-5.6.tar.gz(2) Unzip and installTar zxvf ctags-5.6.tar.gzCD ctags-5.6./configure && make && make install(3) Use[/home/
Vim makes a lot of improvements relative to VI:-vim support for multi-set revocation-vim can be run across platforms-vim Support Syntax highlighting-vim Support Graphical interfaceThree major modes of VIM:Default mode ESC enters when command mode VI
Vim is an enhanced version of Vi, it does not have a menu. Only commandInsertAInserts text after the current cursorAInserting text at the end of a bankIInsert text before the cursorIInserting text at the beginning of the bankOInsert a new line under
Because it often changes the working environment, here is a record of my. vimrc file and the contents of the. emacs file.VIMRC configuration file, mainly set syntax highlighting, and TAB key width, personal preference set to 4 spaces of the
Vim usage SummaryVim is a well-known powerful and highly customizable Text Editor similar to Vi. It improves and adds many features based on Vi. VIM is pure free software in three general modes: vim opens a file and enters the general mode. Move the
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.