Skip to content

waferchuck/easy_gvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy_gvim

Off the shelf gVIM, just unzip and it should be ready to use. copy _gvimrc to your local C:\ProgramFiles\Vim

Optimized for C/C++ development.

it has a few plugins installed

image

use gvim.exe to get started.

The plugins are

  1. A useful welcome screen showing you recent files
  2. Tagbar auto list func/var/defines in the current file
  3. auto-pairs () {} []
  4. showing __ under all the cursor word.
  5. EasyMotion to jump quickly
  6. rainbow make nested () with different color
  7. Auto popout the omni-complete menu (tab to confirm, Enter to select next)

Some keys are remapped in _vimrc and _gvimrc based on my personal preferences, feel free to edit in _gvimrc

  1. :Grep keyword command will search the keyword in this current folder and display automatically
  2. Shift+h/l to move cursor to the front/end of the line, instead of using $ and ^
  3. Shift+k to jump to function header
  4. Shift+o to jump back
  5. shift+j to jump to func def
  6. shift+f to fold
  7. space + l to search and list the current keyword(where the cursor is) in this document
  8. space + G to search and list the current keyword(Where the cursor is) in the current folder
  9. F10 to toggle the Tagbar
  10. F2 to relace ctrl+w to switch window ( i just personally dont like ctrl)
  11. ff to invoke the EasyMotion

image

About

off the shelf gVIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published