Version 0.4.0
[marnav.git] / .vimrc.local
blob347cd1319c918213053f0e906eb06058bc685b3a
1 " This local vim configuration assumes the build directory be in the root
2 " of the source tree named 'build'
4 " This just my personal preference for normal day-to-day development of this project.
6 " grepping
7 map <F4> :grep -Ernw --include=*.c* --include=*.h* <cword> src <Bar> cw<CR>
9 " tags
10 set tags+=tags,build/tags
12 " cctree command
13 command! CTL silent CCTreeLoadDB build/cscope.out