Requirements Description1. If you change all Chinese names in English to "fan Jianqiang" to "Qiangjian fan"2. Turn all the "Change World,change mind! "Replace" change mind, change world! ”3. Swap the age column and ID column for the following sample
in the Linux system, we often use the VI or VIM command to manipulate the text, sometimes, our script file error, will throw a line number of exceptions, and then we follow the prompts, reopen, our source to view, and this time, If your vim is not
Vim Search Settings highlightingWhen Linux vim opens the document search string, the settings are searched for string highlighting. There are two ways: 1, temporary settings: Vim opens the document--and the command line type set Hlsearch. Cons: When
Vim highlighting the syntax structure of nginx configuration file1. Download vi syntax highlighting configuration file to ~/.vim/syntaxNote: Create the directory if it does not exist#cd ~/.vim/syntax#wget
(1): Clone to local, configure to Linux personal directory (if it comes from linux_config, do not need clone) git clone https://github.com/wklken/k-vim.git(2): Installation dependent2.1 system Dependent # Ubuntusudo apt-get install Ctagssudo
The compilation, installation and use of the VIM plugin Cscope tool1. Download: http://download.chinaunix.net/download.php?id=3536&ResourceID=19002. Compiling#./configure#makeMake has failed:[Email protected]:~/.vim/cscope-15.5# makeMake
In the Linux environment Editor has VI, VIM, gedit and so on. After entering these editors, to make it easier for us to need the editor to display the current line number, the editor will not display the line number by default. There are two ways we
view edit binaries with vimvim makes it easy to edit binary files, which the individual thinks is better than the binary editing methods of Emacs. the editing of the binary files in Vim is the first to dump the file into the binary text form by the
One.Moving:H,j,k,l: Left, bottom, top, right.W: The first word of the next word. W: Next word (without punctuation).E: The ending of the next word. E: Punctuation is not included.B: The word head of the previous word. B: Punctuation is not included.<
This article is from Svtter's blog, reproduced please retain this information
Write with VIM (1)
Vim's Next stepFor myself, it is also in this step.Now that you have a knowledge of vim, HJKL will, F can also be used, , may be
split up and down and open a new file. : SP filename splits the currently open file around. Ctrl+W v splits around and opens a new file. : VSP filename Move cursor VI in the cursor key is H, J, K, L, to switch between each screen, only need to press
Today began to learn Linux, learning process I will be here to write down some study notes, first from the basics of learning, everything starts difficult, so I will insist! There are many versions of Linux today, and Linux is actually a derivative
Centos build Golang Environment, vim highlighting go keyword settings1: Download https://golang.org/dl/download go1.4.1.linux-amd64.tar.gz archivelinux64-bit2: Switch sudo permissions to unzip the/usr/local/directory under tar xzvf go1.3.linux-amd64.
e325:attention file "******** " ******* Press ENTER or type command to continueThe reason is that in the VI or VIM operation before the use of VI or VIM operation of the file with an abnormal interruption, so in the current directory
Installing CygwinSlightly
Install Vim
Configure VIM
Configure vim under Programming and code reading environment
Common configuration
set fenc=utf-8 “设定默认解码set
1. Download Winmanager.zip2. Copy the Winmanager.zip to the ~/.vim directory and unzip the3. The following files will appear in the ~/.vim/plugin after decompression:[Email protected]:~/.vim# ls-a. .. Doc plugin taglist_46.zip. Viminfo. VIMRC
Vim command collectionCommand history
Commands starting with ":" and "/" have historical records. You can first type ":" or "/" and then press the up or down arrow to select a historical command.Start vim
Enter the following command in the command
Vi and vim Editor (15): main improvements to vi by vim
Vim has made a lot of improvements to vi. This chapter will discuss the main functions added to vim: includes built-in help functions, startup and initialization options, new mobile commands,
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.