Today, git commit is used in the company to submit to git ServerCodeThe nano editor is opened directly after you use the git-commit-a command.
I have never used Nano, so I decided to stop using vim.
Vim./. Git/config
Add the core field to the
I am using Ubuntu 12.04. When using Vim to open a file of the file type "ISO-8859 C program text", the Chinese characters in it are garbled, this is because Vim cannot automatically identify the file encoding type. You need to modify the vim
How to build an IDE for Linux C learning-Vim (III), IDE interface by lazy wood
How to convert Vim into an IDE programming environment (image and text) by Wu gen
Build Vim into a real ide by vimerProgramWorld
For more details about VIM + cscope:
"F5 compile and run CProgram, F6 compile and run the C ++ program, F7 run the python program, and F10 GDB debug"Note the following:CodeIn Windows, an error is reported./must be removed ./
" compile and run CMap : Call compilerungcc () Func!
I have been trying to find a command line editor in windows. I always prefer vim. The installation is successful after a slight search. So I made a note.Install
1. Download
In.
2. decompress the package to the appropriate directory. For example,
Successfully transformed Vim into a powerful ide Series II
"Plugin Introduction 』
Taglist is a Vim plug-in that provides a structured view of source code symbols.
(Directly using others' images. On my machine ~)
"Download and install 』
1) from
[Translation]
"/Zs and/ze RegEx delimiters: H // Zs
"/ZsAnd/zeRegular Expression Symbol: H // Zs
/] */ze>: Search for tag contents, ignoring chevrons
Search XMLMarked content, ignore angle brackets
[Annotation]
: Help // Zs
: Help // ze
This
[Translation]
/Joe/E:Cursor set to end of Match
Position the cursor at the last letter of the matching word
/Joe/e + 1:Cursor set to end of match plus 1
Position the cursor at the next letter matching the last letter of the word
/Joe/S-2:Cursor
Some time ago, I saw someone on the internet saying "There are a lot of VIM skills on the Internet, but they only tell you how, don't tell you why." I thought it was. Recently I was reading the best of VIM tips article again, so I came up with an
Two days ago, we saw a project named cream on SF. Its goal was to encapsulate Vim to provide a general interface similar to other editors.
It was originally designed to turn Vim into a modern editor to shorten the learning time for beginners to
This figure draws on the basic movement methods in Vim. To facilitate programmer, it lists many buttons that can only be used by programming. In addition to this, there are actually some useful things that I did not expect to draw well (such as tags,
Author: Jiqing wuemail: homepage: http: // hi.baidu.com/jiqing0925create:2011-01-09update:2011-01-09readers: students who often use computers to process tokens and Programming
Directory
1.3 Vim is not just vi
How to configure vim in cygwin:
1) enter the cygwin environment and execute the following command to copy the vim configuration file.$ Cp/usr/share/vim/vim71/vimrc_example.vim ~ /. Vimrc
2) Modify. vimrc$ Cd ~$ Vi. vimrc
3) I am used to the
Note! Networking
In Centos, only vim-minimal-7.x is installed by default. Therefore, whether you enter vi or vim to view files, the syntax function cannot be enabled normally. Therefore, you need to install two other components with yum: vim-common-
On suse enterprise 10 recently installed, vim is still the default setting. It is not easy to use. It took a night to configure it. I have sent a lot of information from the Internet and sorted it out, make a backup later ~~
Vim version: 7.3. The
CTRL + F
The screen moves one page down, which is equivalent to the page down button.
CTRL + B
The screen moves one page up, which is equivalent to the page up button.
0 or function key home
Number "0", move to the top
Paste my vimrc and it looks really eye-catching. We have been busy configuring VIM for the past few days. This editor is so charming. Although emacs is powerful, it is still highly efficient to think about it. The reason is as follows: emacs is
In VI/vim, you can use the: s command to replace the string. This command has many usage methods for different details, which can implement complex functions and record several types here for future query convenience.: S/Vivian/sky/Replace the first
Vim installation Analysis
Vim Configuration
Http://linux-wiki.cn/wiki/zh-hans/%E7%94%A8Vim%E7%BC%96%E7%A8%8B%E2%80%94%E2%80%94%E9%85%8D%E7%BD% AE %E4%B8%8E%E6%8A%80%E5%B7%A7
Self-configured vim
Winpos 5 5 set lines = 30 columns = 100 set nuset go =
Vim settings.
Questioner:Shuige pavilion | views: 58
I am a newbie to vim. I just want to enable vim settings. Run bash-3.2 # source./vimrc_example.vi and the result fails. Bash-3.2 # cd/usr/share/vim/vim71/bash-3.2 # source. /vimrc_example.vim bash:
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.