Set the VIM editor style in Centos
Common configuration file of the VIM Editor:/etc/vimrc
Vim/etc/vimrc
Set the TAB key indent value and add it at the end:
Set tabstop = 4
Set softtabstop = 4
Set shiftwidth = 4
Set automatic indent and add the following at the end:
Set autoindent
Set the automatic indent
The common configuration file of the VIM editor:/etc/vimrcvim/etc/vimrc sets the TAB key indent value. add settabstop = 4 setsofttabstop = 4 setshiftwidth = 4 at the end to set automatic indent, add: s at the end
Common configuration file of the VIM editor:/etc/vimrc
Vim/etc/vimrc
Set the TAB key indent value and add it at the end:
Set tabstop = 4
Set softtabsto
Reprint: Change the Vim profile under Ubuntu to create a C + + styleVim's default configuration is not satisfactory and requires its own configuration.The default configuration file is:/ETC/VIM/VIMRCWe can set up our own configuration file in the home directorySwitch Home Directory#cd ~Touch a file named. VIMRC (starting with a. Hide file)#touch. VIMRC#vi. VIMRCEnter the following configuration:Set nocompat
Because the server is not me alone in the operation, in the modification of the Apache configuration file found a very strange problem, vim edit Open Profile discovery has a ^m tag behind itAlthough it doesn't affect the operation of the service, it doesn't feel right at all, so I'm trying to set it up in a replacement way :%s/\^m//g has succeeded but it feels not so simple,After reviewing the information, it turns out that a colleague of mine has mod
split windows for easy readingSet Fillchars=vert:\, Stl:\, Stlnc:\"Highlight matching parenthesesSet Showmatch"Matches the time of the parentheses highlighting (in a very second)Set matchtime=1"Keep 3 lines away when the cursor moves to the top and bottom of the bufferSet scrolloff=3"Provides automatic indentation for C programsSet Smartindent"Highlight normal TXT file (requires Txt.vim script)Au bufread,bufnewfile * Setfiletype txt"Auto-complete: Inoremap (() : Inoremap) ": inoremap {{": Inore
http://blog.csdn.net/pipisorry/article/details/395084171. Replace VI with VIMVim is more powerful than VI, Vim is a superset of VI, and can solve many of the problems of habit, so it is necessary to use Vim to replace VI. Simply speaking, you can directly use the "Alias Vi=vim" command, but this can only be useful in this launch, the next time after the start, t
information and the current line. Statusline. vim (plug-in) adds the bottom status bar.Code indent ConfigurationFiletype on (written to the configuration file. vimrc) makes vim sensitive to the file type. Autocmd FileType c, cpp, h: setlocal cindent cinoptions =: 0, g0, t0 (written to the configuration file. vimrc) to set the c indent style. For details, see h c
:
Exit command is, press ESC to jump to command mode, and then enter: Q (not saved) or: Wq (save) exit. more exit Commands:
: w save file but not exit VI: W file will be modified to save in file, do not exit VI: w! Mandatory save, do not launch VI: Wq save file and Exit VI: wq! Force file to save and Exit VI: Q Do not save files, exit VI: q! Do not save file, Force exit VI: e! Discard all modifications and edit command history from the last save file
Commands with: and/start with history, you ca
17. Vim Introduction, Vim color display and move cursor, VIM general mode move cursor, VIM general mode copy, cut and pasteI. Introduction of VIMVim:vi version of the upgrade, the difference is: VI when editing text will not display color, and vim will.Its configuration file
5.1 Vim Introduction 5.2 Vim color display and move cursor
5.3 Vim General mode move cursor
5.4 Vim General mode copy, cut and paste
Vim is an upgraded version of VIVim with color displayInstalling Vim:yum install-y vim
I. Introduction of VIMVim is a powerful text editor, the upgrade version of VI, with color display, the default has three modes: General mode, command mode, edit modeInstall Vim[Email protected] ~]# VIM/ETC/PASSWD-bash:vim: Command not found[Email protected] ~]#[email protected] ~]# Yum install-y vim-enhanced...second, color display, Move Cursor[[email protected
synchronized to the local. Sync them to local "11":
~/.vim$ git submodule init~/.vim$ git submodule update
The previous command function is "registers the Submodule".
The latter function is "Checks out" of the version of each plugin ' s repository which is committed to the. Vim repository before "., it will download the various plug-ins to the To
6. How to inst
/nerdcommenter
Quick batch Add and subtract notes
[d] shift+v+ arrow key selected (default current line) -> , cc plus annotation ->, cu unlock annotation
Demo Tpope/vim-surround
Quickly wrap a word around a symbol, such as a quote
Tpope/vim-repeatrepeat to enhance, '. ' You can repeat the command
[D]cs "' [Inside]
" Hello world! "-> ' Hello world! '
DS "
" Hello world! "-> Hello world!
Ys
. No matter what you have done to this file, you will restore the original appearance after exiting. The difference between read-only mode and read-only mode is that it does not give you an eye-catching reminder. The current status is read-only mode. You can use it for some exercises.
You can specify the language of the tutorial file. If the local language (zh_cn) is garbled, you can try to use English
Vimtutor en
Vimdiff [file 1] [file 2] [other files]...
Configuration File
--------
.
After setting, enter the command: set guifont to view the current font settings and write the settings to the _ vimrc file.
"Set gui options
If has ("gui_running ")
Set guifont = Consolas: h9
Endif
In the above code, if... Endif is a condition judgment structure. Indicates that the font is set only when we use vim in the graphic interface version.
Basic settings for editing PHP code
Now it looks ugly to open the. php file with
, see the description of row 160th.
Figure 17
Row 3: The English spelling variant is the Canadian style, that is, the spelling "abridgement" (instead of "abridgment") and "color" (instead of "color ") "realize" (rather than "realize"), "theater" (rather than "theater"), and so on, are more in line with the spelling style in Chinese English textbooks, it is also suitable for writing "international" English.
VIM settings-discover the beauty of VIM and set vim
When I raised the code in Linux today, I suddenly found that I didn't even highlight the code. I searched for it on the Internet and found a great microblog.
This record: http://www.cnblogs.com/ma6174/archive/2011/12/10/2283393.html
Very good and powerful. After decompression, vimrc is in the root directory. Rep
[Original] Vim's usage skills: only when used can we understand "the best IDE is Vim" and vim's usage skills.
Half a year ago, I was still wandering in IDE such as Eclipse and ZendStudio. However, for the use of Vim over the past six months, I have to say that Vim is more efficient. It takes time to configure your own Vim
[Vim] vim learning notes-open, switch, and close multiple files. vim learning notesOne case is to use vim in shell to open multiple files, and the other case is to open multiple files in the vim editor.Open multiple files at the same timeVim file1 file2Open the file and disp
[VIM] vim usage tips and vim usage tipsThis series is the Reading Notes and summary of Practical Vim, which mainly includes the following aspects:1. How VIM solves the problem -- Constructing repeated modifications
1.1 Basic operation unit-character, word, row, paragraph1.2.
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.