Installed version Fedora 20At the default installation time, use the RPM command to see if Vim is installed and the hint is not installed.Try the installation with #yum install VimPrompt and current version conflictCause: Fedora only offers a
Transferred from: http://www.vpser.net/manage/vi.html——————————————————————————————————————————————————VI (VIM) is a very common editor on Linux, and many Linux distributions have VI (VIM) installed by default. VI (VIM) commands are numerous but if
We often have to open multiple files, different Windows operation of multiple files, split screen is very useful.1 Command mode:: New, new file and split screen, shortcut keys, ctrl+w, and then immediately press N: Spilt horizontal split screen, the
VI (VIM) is a very common editor on Linux, and many Linux distributions have VI (VIM) installed by default. VI (VIM) commands are numerous but if used flexibly it will greatly improve efficiency. VI is the abbreviation for "Visual Interface", Vim is
Vim common function record.There are too many VIM commands to clean up for later viewing.To delete a blank line:: G/^\n*$/DDescription main Find ^\n, then, and then delete. D is the delete command.Full-text inversion:: global/^/m 0Word
Vim is very powerful, but I don't really like it. Displays the default color of the comment, it is not particularly like, look at the point is not clear, the eyes are tired, as shownVIM provides a hi or highlight command to change the color, but
I current cursor position insertionA current cursor after insertion0 Insert from another lineA at the end of the line where the cursor is insertedI Insert at the beginning of the cursor: Set Nu Sets line number: Set Nunu Cancel line numberGG to
ObjectiveSee this article today, resonance very much. It divides vim into 4 levels, and at present I am proficient in using the previous level Three command, in the cultivation habits of the fourth level. It's exactly the process I've been using vim
------------------------------------------------------Multi-line annotations in the VIM compiler--------------------------------------------------------When writing a Python program under the VIM command, it is sometimes difficult to make multiple
Personally think that in Linux vim is much stronger than VI, but a lot of people after downloading, feel nothing special, and VI is the sameNot easy to operate, the main reason is that you have not yet configured vim, the process is as
No, when you get used to vim and bring fun to your programming, you will enjoy it more and more!
In the past, when we started using vim, the mouse in VIM didn't provide the same functionality as other editors, and we couldn't control the cursor
ArticleDirectory
Install vimium
Vimium usage
Prompt
18 comments
VI/Vim's key setting solution is very classic, and someProgramOr directly support it (such as Bash), or simulate it to a certain extent through
Vim is a magical and complex Editor, which makes me a newbie in Linux programming. Every time we get to the real hands-on programming, we find that we don't know how to operate Vim at all, and we don't feel the power of VIM at all. Haha ~~ I learned
Access the VI commandVI filename: open or create a file and place the cursor at the beginning of the first lineVi + N filename: open the file and place the cursor at the beginning of line NVi + filename: open the file and place the cursor at the
Vim-copy/paste
1. Vim internal clipboard
(1) use the default Clipboard ""Y → copy. You must specify a range, for example, YW.Y → equivalent to YY. Copy the current row.P → paste it behind the cursor.P → paste in front of the cursor.(2) Specify the
Enable Vim syntax highlighting settings in SSH Secure Shell Client
The related settings on the SSH Secure Shell client are: Setting --> profile setting --> connection --> terminal, select ANSI or xterm.
====================================When you
Because Vim's original email list server is damaged, the vim email list has been moved to Google group. You need to subscribe to it to receive emails in the list.
Subscribe to the Mail List, send an email to the following address, and then confirm
Multi-line comment (especially for python code) in the vim Compiler)
------------------------------------------------------ Multiline comments in the vim compiler --------------------------------------------------------
When writing a python program
Xin Xing helps you with the movement mode required by programmers in Section 3 of vim. Xin Xing vim
First of all, it is worth mentioning that the pdf version of my vim tutorial has been completed. You can download it. Here is the download of csdn:
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.