It took a long time to tidy up, feel very convenient to use, share.
My VIM configuration mainly has the following advantages:
1. Press F5 can directly compile and execute C, C + +, Java code and execute shell script, press "F8" can do C, C + + code
The best Chinese speed check list (cheatsheet)That year when learning Linux is relying on a common command small card, knock what command forget, often take up to see, later know this thing called Speed Check table (Cheatsheet), so began to
Tag: page combination also writes pen question name displays line number moved multiple timesThe previous mention of Vim, which is a necessary tool in Linux. No amount of work can be done without it. Early UNIX was used as the system default editor
The NERD tree, file management tool for easy browsing and editing of filesConfiguration:"The NERD tree" F3 trigger, set width to 30, display bookmark map : Nerdtreetogglelet nerdtreewinsize = 30let Nerdtreeshowbookmarks = 1 "Highlight current line
Vim the mode and transformation relationship 1 is shown. A simple introduction to command patterns and common commands for extended mode. 650) this.width=650; "src=" Https://s1.51cto.com/wyfs02/M02/9D/C4/wKioL1mFjIHAnfyFAAC6xpPfTZI075.png "title=" a.
q:quitw:writeq! : Forced exit
Useful function o: Insert one row below the current line O: The previous line of the current cursor inserts a line home: Beginning end: Line end I: Into insert mode ESC: Back to command mode command-line mode: G
Note: A direct look at the last chapter of the improved VIM experiencefirst, what is SDCVThe terminal dictionary SDCV, as its name implies, is the dictionary tool used under the terminal.I understand what it says about the terminal: wherever it can
What's special about youcompleteme based on semantic complementsAs is known to all, it Vim is a text editor. That is, the most basic work is to edit the text , regardless of the content of the text. Vim after being used by programmers, they are
Forwarding Address: http://coolshell.cn/articles/5426.htmlThe concise Vim Practice level IntroductionThe learning curve of Vim is quite large (see the learning curve of various text editors), so if you start to see a bunch of Vim's command
"Content of this section"Introduction to VIM Main modeVim Command modeVim insertion ModeVIM command line modeVim Visualization modeSetting up the VIM development environmentGedit A.txt &Xmanager use of Remote ToolsVim Editor mode switch:Command mode,
Before the development of NS3, the first thing we need is the editor, in addition to the original VI, VIM as the enhanced version of VI, is the first choice, the second can consider gedit. This article has selected vim.In the higher version of
Original address: Http://lsong17.spaces.live.com/blog/cns!556C21919D77FB59!603.entryContent:With vim so long, and always do not know how to use the system in vim in the Clipboard, usually to copy a piece of code on the Internet is the first gedit
There are several forms of executing shell commands in vim:1):!commandDo not exit vim and execute shell command commands to display the command output in the VIM command area without altering the contents of the currently edited fileFor
Vim Three modes: General mode , edit Mode , Command mode . * General mode: when you vim filename to edit a file, it is normal mode to enter the file. . In this mode, you can do the following actions: Move the cursor up or down, delete a
II: Text Editor Vim/vi (Wake up call Vi late upgrade vim) Vim/vi is a powerful full-screen text editor, the most commonly used text editor on Linux/unix, which is to create, edit, and display text files. Vim/vi no menu, only command----official: www.
Then the previous article, learn the ex editor.Change the buffer name:you can save the current edit buffer as a new file by using the ": W new_file_name" method. This allows the current editing results to be saved without modifying the original file
Environment Configuration /Environment SetupPython-Developed GVim Environment configuration (Windows)1 based on Vundle to configureVim has multiple extension managers, but Vundle is highly recommended. You can think of it as a vim pip. With Vundle,
2. Create folders to hold source filesmkdir HelloWorld//Create Folder commandCD HelloWorld//into the new folder, it should be said that the directory is better, Windows used toVim MAIN.C//Open vim and create Main.c filePress the I key to enter the
System Environment: ubuntu10.04 complete installation of VIM gvim
Problem: The Chinese Characters in VIM on the terminal are garbled and some solutions are searched online. However, it is strange that none of these methods can implement gvim menus
Vi and vim Editor (10): advanced editing method (1)
Custom vi:
There are many options that can be set in the vi Editor, which will affect the operations of the vi editor.
You can use the ex command ": set" to change the options in vi. In addition,
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.