Resolves an issue with a "~" file that appears after saving the edited Gvim file, editing_VIMRC file, and then added "Set writebackup "Setting no backup File"To resolve a problem with the "~" file appearing in the Vim save edit file, locate the
How to view the source code under Linux: I used to install a source insight from Linux, but it needs to be installed here to install this wine.combination of Ctags+vim :Today, another tool for viewing source code under Linux is. A combination of
Original link: http://blog.csdn.net/love__coder/article/details/6739670
1. Cursor movement
Top: K
Under: J
Left: L "Letter L lowercase"
Right: H
Beginning of previous line:-"Minus"
The beginning of
1. Cursor movement
On
Under
Left: "Lowercase letter"
Right:
The beginning of the previous line: "Minus"
The beginning of the next line:
Beginning of line: "Number 0"
End of Line:
The
Vim's frequently used shortcut keysH-Move the cursor left one character J-Move the cursor down one characterK-Move the cursor up one character L-move the cursor right one character down 15 lines-15jCTRL + F-the screen moves down one page Ctrl +
Turn from:http://blog.csdn.net/love__coder/article/details/6659103
1. Install Nerdtree plug-in
Download First, official website: http://www.vim.org/scripts/script.php?script_id=1658
After decompression, copy the
Vim Setup Code FoldingToday looked at someone else to write the program's source code, found to be written with Vim, the code is interesting to use vim to fold the code, at first I thought it was a plug-in, and later on the Internet to check, to
Thank you: http://www.cnblogs.com/renrenqq/archive/2010/09/09/1813669.htmlHowever, there are some errors, and deficiencies, the process is now recorded as follows:Download and install Python.Download vim from the VIM website and suggest the
Recently found Python is a good language, it is worth learning, first configured under the environment, so that VIM has a keyword completion function, the process is as follows, I this is Fedora, other distributions similar$ su********# yum Install
Configure VIM to do it. First PWD, check the user root directory $ pwd /home/administrator $vim /HOME/ADMINISTRATOR/.VIMRC Set nocompatible Set Backspace=indent,eol,start Set ruler Set ShowCmd Set Wildmenu Set FO=CQRT Set laststatus=2 Set textwidth=
Map is an important reason for Vim's power. You can customize various shortcut keys and use them with ease.The most basic map usage in VIM is
:map c a
C is mapped to a. When map takes effect, pressing C is equivalent to pressing.Of
Recently, we are preparing to migrate the go development environment to Linux. Because xshell SSH is used to connect to Ubuntu server, sublime cannot be used, anyway, VIM was quite familiar with it before, and it was simply transferred to VIM for
Part 1: Description of buttons available in general mode, move the cursor, copy and paste, and replace search
How to move the cursor
H. move the cursor to the left arrow for one character.
J. Or a down arrow. The cursor is a character that moves
Vi and vim Editor (8): Global replacement (1)
This chapter describes the global replacement commands in the vi editor. The global replacement command can be used to automatically replace all words in the file. Generally, two ex commands are used for
Vi and vim Editor (6): ex editor Overview (1), vimex
The bottom-layer editor used by the vi editor is the ex-row Editor, which can be considered as the visual mode of the ex-row editor. Ex allows you to edit commands with higher mobility and
Common Vim shortcut keys and keyboard Diagrams
Common Vim shortcut keys
H-move the cursor one character left. j-move the cursor one character down.
K-move the cursor up one character l-move the cursor down one character to 15 rows-15j
Ctrl + f-move
SecureCRT is connected to linux, vim color display problem, securecrtvim
Why use VIM? Because it has the color display function and supports many program syntaxes, VIM can help you directly perform program debugging. However, after SecureCRT is
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.