.
.
$ sudo apt-get install vim
$ vim ~/.vimsh
.
.
.
set title
set filetype=on
set tabstop=8
set visualbell
set cindent
set smartindent
set incsearch
set ruler
set hlsearch
set number
.
.
.
$ sudo apt-get install ctags cscope
$ make tags ARCH=arm
$ make cscope ARCH=arm
.
.
.
.
"ctags
set tags=/home/iamroot/kernel_study/tags
"cscope
set csprg=/usr/bin/cscope
set csto=0
set cst
set nocsverb
cs add /home/iamroot/kernel_study/cscope.out /home/iamroot/kernel_study
set csverb