VI common command set
Reprinted from: http://blog.chinaunix.net/uid-20769502-id-112737.html
1. Move and redirect: : N jumps to N rows, and N indicates the row number.Ng jumps to N rows. N indicates the row number.CTRL-] Jump to the topic
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
Only one box is displayed in the image in my word. This problem has plagued me for a while and is finally solved today.
The reason is as follows:
WordFormulas cannot be displayed inQ: The edited formula in Word 2003 cannot be displayed. It is
Ultraedit implements "deleting all rows containing a keyword"
1. Press Ctrl + R to bring up the "replace dialog box"2. Check "Regular Expression" and "replace all from the top of the file" in the lower left corner (the regular expression
There are two modes after entering vi1. editing mode2. Command mode
After entering VI, the command mode is used by default. Therefore, do not press it to generate dd alerts. If you want to enter text, press a and I to start typing text!Press ESC to
Replace Vim text in Linux
Linux Command: vi Global replacement method Syntax: [addr] s/source string/destination string/[option] Global replacement command: % s/source string/destination string/g [Addr]: indicates the search range. If it is omitted,
The content to be extracted is as follows: http://baidu.com This is the first A tag, Growth footprint-focus on Internet development This is the second A tag.Http://www.111cn.net this is the first URL to be extracted,Http://blog.baidu.com this is
Definition and usageThe replace () method is used to replace other characters with some characters in a string, or to replace a substring that matches a regular expression.GrammarStringobject.replace (regexp/substr,replacement) parameter
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
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
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
At this stage, the network of WinPE system is based on the basic ISO (IS_) and IMG (im_) Mainly, how the most streamlined WinPE and full-featured WinPE integrated into the common idea. Using Easyboot is easy to do this, easyboot because the
Preparation steps: Install Easyboot, Winhex (or UltraEdit), UltraISO these 3 software. Create a temporary directory on your hard disk, such as D:boot, and then build a two-level subdirectory ezboot to copy easyboot files Ezboot.dat,loader.bin,cdmenu.
Some friends want to integrate multiple PE in the boot disk, in fact, this is not difficult, now say the implementation of the method:
First of all, install the easyboot, Winhex (or UltraEdit), UltraISO these 3 software. Create a temporary
download from the Internet, "a dream of Red mansions", each Huitian only "roll up the first xx back" marked the bold, it looks very eye-catching. Below we through the format substitution way, one key will all "rolls up xx back" enlarges the font
Word lookup substitution Not only helps us quickly navigate to the desired content, but also allows us to modify the corresponding content in the article in batches. A lot of people just know that the Find Replace feature lets you modify text in
Functional function striphtml (strhtml)
' Strips the HTML tags from strhtml
Dim objRegExp, Stroutput
Set objRegExp = New Regexp
Objregexp.ignorecase = True
Objregexp.global = True
Objregexp.pattern = ""
' Replace all HTML tag matches with the empty
One, string lookup 1. Using/And in Vim to find a string, the difference is that /string highlights the first string that matches the cursor after the carriage return, and the cursor moves to the first letter of the string; ? string highlights the
how to jump to the end of a file after using VI under LinuxPageDown Key Continuous PressEven though I used it, I was too stupid. Asked the master, the method is to press SHIFT+G, in addition, to the beginning of the file is GG.Linux VI Find
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.