#Main feature This configure is specified for NCL users, which provide:
- NCL syntax highlight(as discribed in the official editor enhancement pages) Thanks to Fanghuan's hard work, now we can view the official function, precedure, resource manual through tags jump(Shortcut:g])!
- Improved dictionary for IDE-like auto-popup-completion
- One-key run for several programing languages, including C,Fortran,Java,Python,bash,NCL,MMA, which allows you to Run all these code files with one key (namely
F10
) and without quitting Vim. - Some other normal configures are discribed below.
#Shortcuts
F2
Save upF3
Save up and quitF4
Record the editing informationF5
Previous bufferF6
Next bufferF7
Syntax on and offF8
Searching highlight on and offF9
Nummers in relative form or notF10
One-Key Run for C,Fortran,Java,Python,bash,NCLF11
Convert to HEXF12
Convert back
#Plugin
- AutoComplPop
With this plugin, your vim comes to automatically opens popup menu for completions when you enter characters or move the cursor in Insert mode. For more information
- Autoclose
Inserts matching bracket, paren, brace or quote.For more information
- ctrlp
Speed up finding and opening files(just like in Sublime Text 3).For more information
- EasyMotion
Provides a much simpler way to use some motions in vim.For more information
- Matrix
A little joy to pretend in High Big.For more information
- Minibufexpl
For multi-buffer edit.For more information
- Neocomplcache
Autocompletion.For more information
- Numbers
Alternates between relative numbering (relativenumber) and absolute numbering (number) for the active window depending on the mode you are in.For more information
- Powerline
Better-looking, more functional vim statuslines.For more information
- Supertab
Using tab
to assist autocompletion.For more information
- Surround
Provides mappings to easily delete, change and add such surroundings in pairs.For more information
- Tabular
Aligning code in order.For more information
My key mapping:
,=
Aligning according to =(in Insert Mode and Visual Mode)
,:
Aligning according to :(in Insert Mode and Visual Mode)
- Tagbar
Browsing the tags of source code files.For more information
My key mapping:
tb
Toggle the split window
-
Taglist
-
Winfileexplorer
-
Winmanager
My key mapping:
wm
Toggle Taglist and FileExplorer
- Wintagexplorer
#Colorscheme
CLM:Zenburn
GUI:Solarized-dark
I will learn markdown soon and add more details in this document.
Referrence: