Skip to content

Rex-Diego/vim_rex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

#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

  • F2Save up
  • F3Save up and quit
  • F4Record the editing information
  • F5Previous buffer
  • F6Next buffer
  • F7Syntax on and off
  • F8Searching highlight on and off
  • F9Nummers in relative form or not
  • F10One-Key Run for C,Fortran,Java,Python,bash,NCL
  • F11Convert to HEX
  • F12Convert 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:

tbToggle the split window

  • Taglist

  • Winfileexplorer

  • Winmanager

My key mapping:

wmToggle Taglist and FileExplorer

  • Wintagexplorer

#Colorscheme

CLM:Zenburn

GUI:Solarized-dark

I will learn markdown soon and add more details in this document.

Referrence:

Wu Yin 's column

Decade of grinding sword

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages