Http://hessian.cn/p/1026.html
Reference article: Who says VIM is not the IDE. (i) Who says VIM is not the IDE. (b) Who says VIM is not the IDE. Three
In fact @ Chi Jianqiang in his "who said Vim is not the IDE." has already been made clear in the
Vim Learning
Vim's normal mode press CTRL+Z will put the currently open file into the background to run, if you need to restore to the foreground, you need to use the command mode of the shell to see the number of all tasks in the current
from:http://blog.csdn.net/klarclm/article/details/7932558
1. Install Vim and basic plugin
$sudo apt-get Install vim vim-scripts
2. Vim configuration file
Vim system configuration files under the/usr/share/vim and/etc/vim, we do not change the
A common sequence of events when editing files are to make a change and then need to test by executing the file you edited In a shell. If you're using VIM, you could suspend your session (CTRL-Z), and then run the command in your shell.That's a lot
Installation of 1.vim#yum Search Vim//view VIM related software information#yum install-y vim*//Online installation vimConfiguration of 2.vim(1) ~/.viminfo In Vim, Vim is automatically recorded and saved in the ~/.viminfo file. This is to
Resolves an issue where there are many indents and spaces at the beginning of the Vi/vim when pasting http://www.jbxue.com/LINUXjishu/12232.htmlBecause the original text will be sent to the server in the same style as the string in SecureCRT.So the
1.SPF 13-vim Spf13-vim is a release version of the Vim plug-in and configuration, including a set of carefully selected vim plug-ins, using Vundle for plug-in management . after the Spf13-vim is installed, it generates the following files:. vimrc.
Till now, several days passed before I started learning to compile a self-designed gvim. It is no good experience, but also full of discoveries.First of all, I want-to-point-out, this all-plugins vim loaded or wish to is loaded needs to the same bit-
The words of the operating system, programming language and editor seem to be the eternal topic of the programmer's spat, and the technology has developed over the decades, and we have been discussing these "battles" with anger and relish. Someone
Now it is very important to say Vim,vim, but we have a lot of people to pay attention to the high technology, but when using vim to edit the file, the efficiency is not high. Vim is very important, I said below, is often used, simple things, I hope
You can use the: s command to replace a string in Vi/vim. Previously only used a format to replace the full text, today found that the command has many kinds of writing (vi is really powerful ah, there is a lot to learn), record several here,
Turn from the ordinary World: http://www.ccvita.com/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
Vim related knowledge accumulation, continuous update.Common Operation General Mode
n1,n2s/word1/word2/gN1 row and N2 between the lines to find Word1, replaced by Word2
1,$s/word1/word2/gFirst line to last line find Word1, replace with
---are in ESC mode:Multi-line comments in 1.vim.(1). Press CTRL + V to enter the column mode;(2). Start selection at the beginning of the comment line to the end of the specified position. (Use the up and down keys to determine the number of
To open multiple files:1.vim has not started yet:Enter in terminalVim file1 file2 ... filen can open all the files you want to open2.vim has startedInput: Open FileA file can be opened again, and the contents of the file will be displayed in Vim at
In May 2005, I started using VIM. After getting better and better, originally because of copyright self-discipline and abandon the ultraedit of the regret swept away. And, from vim, I realized what a real editing tool is. In the use of good soft or
Linux command: VI global substitution methodThe syntax is: [addr]s/source string/destination string/[option]The Global Substitution command is::%s/source string/destination string/g[Addr]: Indicates the scope of the search, omitting the current line.
Generally, files are divided into two categories: text files and binary files. It is easy to edit text files. notepad and ultraedit in windows are easy to use. There are also many tools for editing binary files in windows, ultraedit is also good,
A friend who works on Linux may have encountered such a situation. When you use Vim to edit a file, run:wqSave and exit. An error occurs:
E45: ‘readonly‘ option is set (add ! to override)
This indicates that the file is read-only. Follow the prompts
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.