1. Installation
: Http://ctags.sourceforge.net
Run the following command to decompress the package:
$ Tar-xzvf ctags-5.8.tar.gz // unzip $ CD ctags-5.8 // enter the ctags-5.8 directory $./configure // configure $ make // compile $ sudo make
When Vim of cream version is installed, garbled characters are found. Garbled characters in the installation wizard can be ignored; start after installationProgramThe following menu is garbled:
And the use of Windows context menu items (edit with
Indeed, VIM is powerful.
PHP debugging Technical Manual-by heiyeluren, laruence
Xdebug PHP debugging configuration considerations-by will be collected by students
Note:
Error: "dbgprotocol instance has no attribute 'stop '"
Solution 1: xdebug_
With VIM + cssag/ctags, You can implement the sourceinsight function. In the future, you can stop using pirated souceinsight to readCode.Add the cscope function. after vimrc (you need to select the "-- enable-cscope" option during vim compilation;
From: http://blog.sina.com.cn/s/blog_622d95080100ny94.html
In ~ /. After set mouse = A is added to vimrc, the right-click Vim cannot be copied. The solution is as follows:
Press and hold the Shift key, and then select. At this time, X processes the
Use Vim cs1_taglist
1. InstallationApt-Get install exuberant-ctags cs1_globalCppcomplete and taglist are to be downloaded from the extended list of www.vim.org.
Taglist:Http://www.vim.org/scripts/script.php? Script_id = 1,
After learning about programming, I finally got into touch with the core part of C ++-the standard library part (this is the point of view of an article I have read a long time ago, I think that the core of C ++ is the standard library and generic
Linux Vim has an error in hexadecimal format. When viewing and editing a binary file, you must add the-B parameter.
Today, you need to check the hexadecimal file. When debugging, you find that something is wrong. After comparison, we find that Vim
[Color = Blue] Set nocompatible "Disable VI compatibility mode syntax on" auto syntax highlight colorscheme Molokai "set color scheme set number" display row number set cursorline "highlight current row set rcategory" Open status Bar ruler set
I. Modify the configuration file. vimrc to create a personalized Vim
This document assumes that the installation directory is ~ /
In ~ In the/Vim/share/Vim/vim73/directory, there is a vimrc_example.vim sample file. Modify the corresponding
1. Enter the vim installation directory, which is generally/Usr/share/Vim/vim70/, Or something like/usr/share/Vim ??/;
2. If. Vimrc. VimFile, find the following content in the file:
If has ("VMS ")
Set
Nobackup "do not keep a backup file,
To do their best, you must first sharpen your tools.
As an essential tool for Linux development, being able to maximize the effectiveness of VI will inevitably improve our work efficiency. Below are some tips for using vi.
1. Position the cursor
Select, copy, delete, and paste all
Delete all: Press ESC and then DG
Copy all: Press ESC and then ggyg
Select all highlight: Press ESC, and then ggvg or ggvg
Explain the above commandsGgMove the cursor to the first line, which is valid in vim and
It took a long time to sort out and shared it easily.
My Vim configuration has the following advantages:
1. Press F5 to directly compile and execute C, C ++, Java code, and shell scripts. Press F8 to debug C and C ++ code.
2. the file header is
[Syntax]: VI [-wn] [-R] file...[Note]: VI is a full-screen editor based on the line editor ex. All commands of ex and Ed can be used in VI, in the VI option, "-WN" indicates that the size of the editing window is set to N rows, and "-R" indicates
Vim played in windows. after moving to Ubuntu, VI is very awkward (especially the items on the clipboard cannot be paste in vi ...) and so on... I plan to convert VI to VIM, which may be much better. don't talk nonsense, start action. it is
First, use basic Vim directly on Google.
Second, for installation and configuration of VIM, refer to this classic Tutorial:
Http://blog.csdn.net/wooin/archive/2008/08/28/2844868.aspx
Thanks again to Wu Yin.
Here are my vim configurations and tips
We already know that Vim is a powerful editor. On the Internet, there is an article titled "how to convert Vim into an IDE programming environment"Shows the power of vim. I used to worship it before, but I always felt that the time was not
We already know that Vim is a very powerful editor. On the Internet, there is an article titled "How to manually convert Vim into an IDE programming environment", which shows the power of vim. I used to worship it before, but I always felt that the
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.