Need softwareVim Download Addresshttp://www.vim.orgCode_complete.vim Pluginhttp://www.vim.org/scripts/script.php?script_id=1764Ctags General after the installation of Vim will have, Ubuntu seems to be not supported, need to download.A VIM
VIM Command Encyclopedia
Vim found at the website of some of the commands of the collection, I organized a bit, and then added some examples and instructions, like Vim editor of children's Shoes please collection.|h| N H Left (also: ctrl-h, or key)
"工欲善其事 its prerequisite".
have been planning to use Vim as their own editor to work, but because Vim's configuration is more complex, I do not know what they need, and the company's office machine is a Windows system, Linux development machine is
This time I'll explain how to better edit Java files in vim.
Author: camry.wu@gmail.com
1. Javabrowser
When editing a class file, the class resource tree is a useful thing to make the class members, methods, and so on very intuitive
Show it. Vim
(i) Vim last-line mode
Vim last-line mode: Built-in command-line interface
Address delimitation
Start_pos[,end_pos]
#: A specific # line, for example, 5 or line 5th
.: Indicates when the forward
Golang Development Environment Build-vim Chapter
Transferred from: http://tonybai.com/2014/11/07/golang-development-environment-for-vim/
Although Sublimetext3+gosublime+gocode is currently a more popular Golang development environment
Guide
If you write a little bit of code, you'll know how convenient the integrated development environment (IDE) is. Whether it's Java, C, or Python, writing code can be a lot easier when the IDE helps you check syntax, background compilation,
Http://www.cnblogs.com/penseur/archive/2011/02/25/1964522.htmlNeedless to say, in the vim of the expression has been very widely used. In the most commonly used /and: S commands , regular expressions are essential. The following is a description of
Efficient mobileOutside the Insert modeBasically, you should stay in the insertion mode as little as possible, because Vim is like a "dumb" editor in insert mode . Many novices will always stay in the insert mode because it is easy to use. But the
Summary
Objective
Requirements clash with Mac OS X's own vim version
Default Python interpreter problem
Not a Mac comes with Python
Homebrew
1. PrefaceThis article is a record of my own death toss.2.
Vim is the god of the editor under Linux, is the necessary tool to play Linux, the same Emacs is God's editor, two editors are the difference, look at personal preferences, vegetables radish each their own. I prefer vim, using Vim to write bash,perl,
Vim text editor under the Linux command lineVim text Editor is a very powerful tool that can do many things, such as creating new files, opening files, editing files, saving files, and opening multiple files at the same time. Here is a summary of
Vim is a text editor developed from VI. Code completion, compilation and error jumps and other convenient programming features are particularly rich, in the programmer is widely used. And Emacs are a favorite editor for Unix-like system users.The
Linux VIM command: Vim input vim on the command line, enter VIM editor ESC exit I (insert) command for other commands to use: SH into shell life Make line, after running the command Ctrl+d exit again into VIM edit continue editing under
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
Select All (Highlight ): Press ESC, then GGVG or GGVGCopy all: press ESC, then GGYGDelete all: press ESC, then DGAnalytical:GG: is to let the cursor move to the first line, the vim is valid, vi invalidV: is into Visual (visual) modeG: Move the
Vim (color scheme) and random color matchingColor Matching has a great impact on the coding experience, and in the process of using it vim , I have been usingmolokai– is considered the best color scheme ever.Later, it was gradually
The advanced features of some of the VI and ex editors are described in this chapter. This article mainly describes how to customize the editing environment, how to execute UNIX commands in VI, and how to filter text in VI with UNIX commands.Custom
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
Vim is one of the best text editors to use Vim to document, writing code is really a pleasant thing. Whenever you learn a new function of vim, it will greatly improve the efficiency. The use of vim for decades has not yet fully mastered 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.