Basic Configuration
Terminal run:
Vim ~/.VIMRC
Configuration content is as follows:
set NOCP Sets the Set Expandtab "Set tab set shiftwidth=4" Set tab interval set tabstop=4 "Four spaces represent a tab set sts= 4 Set Showmatch "The cursor
The original intention is to implement a Vim plug-in, be able to automate the implementation of the method declared in H-header files in C + + into the CPP implementation file (the C.vim I know is not implemented as I meant, implemented well in the
Reprint please indicate the source lingdxuyan.blog.chinaunix.net
Steps to transform Vim into the C + + development environment (IDE)
Original Address http://blog168.chinaunix.net/space.php?uid=23089249&do=blog&id=2855999
Resources
Wu Yin's
1.Vim Text EditorA text editor installed by default on all current Linux systems, with three modes:1. Command mode: Control cursor movement, can copy, paste, delete, find and so on text.2. Input mode: normal text input.3. Last-line mode: Save or
(i) Beginner's personalized configuration your vim1. What is VIM?Vim is VI improved, an enhanced version of Editor VI, an extremely powerful editor for it engineers (programmers, OPS) habits. If you are a professional SE, be sure to look for an
I. Use of VIM The standard editor for Linux is the equivalent of a notepad in the Windows system, which is no less powerful than any of the latest text editors.(1) Vim installation(2) Vim use: Operating modeGeneral mode (default mode, cannot
It's time for the old Sunflower brother to start the course. This is to provide you with a common error in businessI believe that everyone's life will also be programmed to use the long-term contact this errorHere are some of the two options we
sed : Streameditor, stream editor, editing one or more files in an action unit; each SED processes a line of content in a given file. When the SED processes the text, it stores the current row being processed in a temporary buffer, called the
1. What is the difference between VI and VIM, and what is the relationship between them?A: In a nutshell, the VI editor is the early UNIX text editor, more simple, does not support syntax color; the VIM editor is an improved version based on VI,
The use of a few, plus a period of time useless, so it will be more superficial.Vim: Classmates recommend, say, use a bit, but before using really need to learn how to use, very novel, Http://baike.sogou.com/v6545897.htm?fromTitle=VIM, Skilled,
one case is to open multiple files in the shell with Vim, and the other is to open multiple files in the VIM editoropen multiple files at the same timeVim File1 file2Open the file and display the Vim-o file1 in the horizontal window file2Open file
1. Vim is the advanced version of VI , vim can not only display text content in different colors, but also can do such as shell script, C program and other programs editing functions, you can vim as a program editor.2. The icon and code in the ASCII
1.Vim#在命令行中输入vim, enter the VIM editor2.I#按一下i键, lower display--insert--#插入命令, any character may be useful in vim3.Esc#退出i (insert) command for other commands to use4.: R filename#读入一个文件内容, and writes to the current editor5.: w
VI/Vim is one of the most powerful and popular text editors in the liux system. Learn Vim while reading learning the VI and VIM editor, and write simple notes for future queries.Before reading this book, we often used Vim to edit some simple files
Use
Vim View and edit a binary file
VimYou can easily edit binary files. I personally think it is better than Emacs's binary editing method.VimBinary files are edited by externalProgramXxd to dump the file into its binary text form, then you can
Vim is a powerful editor on the Linux platform. It is an enhanced version of the VI editor in the early years. This gvim is for Windows and has a standard GUI for Windows. Therefore, it is called G (graphical) vim. We can understand gvim as a
There are many text editors, including gedit and kwrite in graphic mode, Vi, VIM (enhanced version of VI), and nano in text mode. VI and Vim are the most commonly used editors in Linux. Someone once said that there are three kinds of people in the
Document directory
Custom syntax File
In fact, sequence Vim supports the addition of syntaxes in hundreds of languages. However, the addition of scripts based on syntaxes does not satisfy everyone. Sometimes we want to highlight some specific
Linux system Introduction Vim encoding and font details
Like all popular text editors, VIM can well edit a variety of character encoding files, which of course include popular unicode encoding methods
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.