Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 885 Bytes

navigation.md

File metadata and controls

8 lines (8 loc) · 885 Bytes
  • NERDTree - everyone's favorite tree browser
  • NERDTree-tabs - makes NERDTree play nice with MacVim tabs so that it's on every tab
  • ShowMarks - creates a visual gutter to the left of the number column showing you your marks
  • EasyMotion - hit , (forward) or , (back) and watch the magic happen. Just type the letters and jump directly to your target - in the provided vimrc the keys are optimized for home row mostly. Using @skwp modified EasyMotion which uses vimperator-style two character targets.
  • TagBar - hit ,T to see a list of methods in a class (uses ctags)
  • CtrlP - ,t to find a file
  • Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor.
  • GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word