Tags: nbsp button roman Exit Shift ace Insert Edit SWP Related knowledge /relevant knowledge 1 _VIMRC Programming /_VIMRC Program1. Annotation ", for comment2. Keyword set, for setting functions, etc.3. Keyword IMAP, which indicates a re-map in insert mode4. Keyword Inoremap, indicating the re-map in insert mode:Inoreremap HL Inoremap 5. Keyword Nnoremap, indicating a re-map in normal mode6. Phase Key table:
Name
corresponding keys
Name
corresponding keys
In the initial growth of vimer, the combination of VIM + ctags + cs.pdf is basically a must for every vimer. Although ctags are powerful enough, csags can do more. Next, let's share a part of my vimrc script about cssag. This script can automatically search for cssag. Out in any subdirectory of the project and add it in.
First, we will share a small script to help us generate csmetadata. Out and ctags in the project.
I named this file CS. Sh.
Vim and vimVim-common sorting: 1.1 move the cursor
0 or home: Move to the beginning of the line (first line)
$ Or end: Move to the last character (end of line) of this line)
G: Move to the last row of the file.
NG: Row n of the object to be moved.
Gg: Move to the first line of the file, equivalent to 1G
N [Enter]: move the cursor down N rows1.2 search and replace
/Word: Search down for a string named Word
? Word: search for a string named word
Unix Linux vi Vim User manualAbout ViVi is the most popular full-screen document editor in the Unix world, and almost any UNIX machine can saywill provide this software. Linux Of course also has, its VI is actually Elvis (copyright question), but they allAlmost. Familiar with the DOS of the document processing, may feel that VI is not good, Unix has developedMany newer, better-used clerical editors, but not necessarily every Unix machine will install
Vim in the SWP that Swap file, which is generated when editing a file, it is a hidden file, if the original file name is Data , then SWP file name is . DATA.SWP . If the file exits normally, the file is automatically deleted. The following two scenarios do not delete the SWP file:
Vim non-normal exit , In this case , unless manually deleted SWP file (also available in
Environment: Win7 64-bit Gvim version: 7.4
Jedi:git Clone Https://github.com/davidhalter/jedi-vim.git
The error is shown in the following illustration:
Solution:https://github.com/davidhalter/jedi-vim/issues/233
After you add the following code to the _VIMRC file, the error disappears:
Set Encoding=utf-8
Postscript:
In fact, I have encountered other errors before this mistake, the error message is no longer described in this, just want
Enter edit mode1, [[email protected] ~]# vi/etc/services2, the input lowercase I and then issued will appear--insert--, you can edit## Each line describes one service, and is of the form:## service-name Port/protocol [aliases ...] [# Comment]--INSERT--3, you can add a line under the cursor, with a lowercase oVim Command mode1. Find/even# Each line describes one service, and is of the form:## service-name Port/protocol [aliases ...] [# Comment]/even2. Press N to select Next (Look down)3, input? E
# Step 1
Summary of v I m tutorial (version 1.5)
(Note: This article is only a personal study summary. We recommend that you start this tutorial. You only need to enter the command $ vimtutor in VI)
Vim is a powerful editor with many commands. Limited space, in this tutorialI will not go into details. The purpose of this tutorial is to describe some necessary basic commands.Some commands, you can easily use Vim
Tags: requirements up and down line composition version will get started window summary IDTRead Catalogue
One: Vim Quick Start
II: VIM Document editing
Three: Find replacements
IV: Getting Started with advanced features
Back to CatalogOne: Vim Quick start1.vim Mode IntroductionThe following in
This article describes how to use the plug-in management tool Vundle to build a vim development environment in an UBUNTU environment to improve the efficiency of using VIM for programming under Linux. Install Vim
Installing Vim on Ubuntu is simple, typing the following command at the terminal:
$ sudo apt-get install
Why use Vim to edit py files?Because in the Linux command line, the lack of graphical interface Ide,vim is the best text editor, and in order to better edit the py text, so configure Vim.1. Install the full version of VimWhat is the difference between VI and VIM?In Linux comes with VI editor, and
Vim configuration file type, loading order, basic configuration through View: version can see Vim configuration file is divided into three types: versionVIM-ViIMproved7.3 (2010Aug15, compiledOct29201118: 46: 03) system vimrc File: quot; $ VIM/vimr... vim configuration file types and loading sequence. for basic configu
Turn from: http://www.cnblogs.com/wangkangluo1/archive/2012/04/12/2444952.html keyboard Move (move)Everything is moving from the keyboardK-On UpJ-DownH-LeftL-R RightZ---redraw the screen, the current cursor changes to the first line of the screen (redraw at top of window)Ctrl-f, skip to next page (PAGE down)Ctrl-b, skip to previous page (page UP)Jump Command (jumps)The jump command is similar to the CTRL] and follow Link/tag transfer (follow Link/tag)Ctrl-o, go back to the last jumpCtrl-i, jump
Why use Vim to edit py files?Because in the Linux command line, the lack of graphical interface Ide,vim is the best text editor, and in order to better edit the py text, so configure Vim.1. Install the full version of VimWhat is the difference between VI and VIM?In Linux comes with VI editor, and
I personally think that vi can't be used without it. Using it will improve the efficiency a lot, but it may not be able to catch up with the previous speed. The following is my shameless copy and paste: (the picture shows a piece of easy learning) Vim currently has versions of mainstream systems, although Vim has improved a lot compared with VI, however, the first use of
The Vim configuration file for http://nootn.com/blog/Tool/22/ Daniel has been updated.
There is a 1.24 update vimrc on the blog. I directly paste to my
In vimrc under the/etc/Vim directory.
It turns out that Chinese characters are garbled, and VIM does not listen to command.
All netizens follow him, Daniel created a Google code,
Http://code.google.com/p/asins/so
Original article address: Two good Vim skillsAuthor: Liurhyme
Note the following before reading this article:1. The goal of this article is to provide some Vim usage skills, which can improve the efficiency of VIM operations. Some tips can also be used on VI, but now Vim is basically used.2. this article describes how
This is a creation in
Article, where the information may have evolved or changed.
Although Sublimetext3+gosublime+gocode is currently a more popular Golang development environment combination, but as a vimer, not a set of handy vim for Golang Dev heart always get through. Golang is young, but even from the release of Go 1 (March 28, 2012), it has been a small three years since the pinch was counted. Developers around the world have contributed more ma
From WeChatSince 2009, I have been working with Vim as my primary (unique) text editor. Over the years, I've learned a lot of good Vim techniques that make me feel brief encounter because they greatly improve the efficiency of my text editing. In this blog post, I would like to share with you some of the most essential parts. HJKLThe first piece of advice that new Vim
vim,http://linux.21ds.net/2002/03/13/0268dc26fd9c725c23dae68d797935f3/ Author: Bram MoolenaarTranslation: Slimzhao The creator of the open source free software-vim In this article describes the development of vim in the insider and the direction of development. It also presents the concept of charitable software and explains why Bram this concept to
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.