Vintageex-master: Official address: https://github.com/SublimeText/VintageEx Baidu Cloud Link: http://pan.baidu.com/s/1ntIHh3r Password: 3NRW Recently used sublime Text2, and textmate than the interface to be more beautiful, and several platforms
1, the VI3 modeGeneral mode, edit mode, command mode2. Quick operationI, I insert: I insert text at the current cursor, I (uppercase I) at the beginning of the insertionA, a increases: A is entered by the next word where the cursor is located, and a
Will you be as often as I do this scenario: Editing a System configuration file in vim and discovering that the current user does not have permission to write to the file when it needs to be saved. If you have made a lot of changes, discard the save
When switching windows, vim Automatic command is , ,, Need to press two times keyboardExvim use of the shift+ arrow keys can only press once, it is more useful"Map ctrl-tab to switch windowNnoremap Nnoremap Nnoremap Nnoremap Windows version
1. ~/.VIMRC"Get rid of nasty about VI consistency mode, avoid some bugs and limitations of previous versions set Nocompatibleset Autoread" Automatically load set after file modification Completeopt=longest,menu "Auto End Set history=1000 "Record
This article turns from the cool shell –coolshell.cn, the author is Chenhao. But here only a part of the personal thought commonly used skills, and made a few adjustments, here Vim version is 7.3.
Testing on Vim 7.3 is possible
1 * Copyright (c) Level 2012, Yantai University School of Computer Science2 * All rights reserved.3 * Pay Record Super4 * Completion Date: May 15, 20155 * Version number: v1.06 * Learning topic: VIM Common commands7 * Working environment: Red Hat 5.8
Played three years of Linux, the most commonly used vim compiler some of the use of skills to organize the next share to everyone.The text editor under Linux vi=visual:Vim (vi improved) literally means an upgraded version of VI.The VI Modular
Command historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim directlyVim filename opens vim
How to use split in vimFirst, the roleUse split to display two different files, or to display two different places of a file at the same time, or to compare two files by side. This can all be achieved through the split window. For example, the left
Today new to a Linux server to work, one in to find grammar is not highlighted. I opened the file with VI.And then all sorts of changes. VIMRC stuff.Changing the term environment variables will not work.I've been tinkering.。。。It was later discovered
1. Install sublime Text 3 Download Install: HTTP://WWW.SUBLIMETEXT.COM/3 Package Control Installation:https://sublime.wbond.net/installation 2. How to install plug-ins after installing in the 1th step, press Ctrl+shift+p, enter Insta in the drop-
Vim Editor Command mode (default), tail line mode:/Two ways (ESC slow, continuous conjunction ESC, delete all tail line content), edit mode A,i,o,s:q exit Edit does not save: Wq save Edit and exit: W Save and write content: q! Force quit, do not
Text substitution in vim: 1. Replace the contents of the current line: :s/from/to/ (S is substitude) :s/from/to/ : replaces the first from in the current line with a to. If the current row contains more than one
First, move the cursor1, left shift H, right shift L, Move down J, move up K2. Page Down CTRL + F, PAGE up Ctrl + B3. Turn down half a page Ctrl + D, turn up half a page Ctrl + U4, move to the end of the line $, move to the beginning of 0 (number),
Distinguish between Real Lines and Display LinesUnlike many text editors, Vim makes a distinction between real lines and display lines. When the "wrap" setting is enabled (and it's on by default), each line of text that exceeds the width of the
Alphabetize the Properties of each Rule in a CSS FileWhen combining a Ex command With:global, we can also specify a range for our chosen [cmd]. Vim allows us to set the range dynamically using The:g/{pattern} as a reference point.When used with:
.VIMRC is configured as follows "path specifies the paths to find, details help path" includeexpr is trying to replace the path name. for/, details of the includeexpr "Suffixesadd for the attempt path suffix, details help Suffixesaddset
Vim Normal mode under input:!python%% indicates the current file nameSet number shows rowsReference NetEase BlogAfter adding the following code to the/ETC/VIM/VIMRC, restart Vim to create 4 spaces by pressing TAB:set tabstop=4 set softtabstop=4 set
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.