archer-master -> gdb-master
[nethome.git] / bin / kernel / kernel-vimrc
1 " $Id$
2 "
3 " .vimrc for searching only in the relevant part of the Linux kernel sourcetree.
4 " Link as your ~/.vimrc (or load it by 'runtime') and use by: ALT-g
5
6
7 set grepprg=kernelsrc\\\|xargs\ grep\ -n\ $*\ /dev/null
8 noremap <Esc>g "myiw:grep<Space>-w<Space>'<C-r>m'