Linux

ctags

aucd29 2013. 9. 26. 20:53
//
// Create File DB
//
[command]# ctags -R

//
// Privious page go
//
[vi command] :po



//
// Path & Accelerator setting
// Target file : $HOME/.vimrc
//
"DB Path and division mark ','
set tags=./tags,/usr/src/linux-2.4,/usr/include

if version >= 500

func! Sts()
let st = expand("<cword>")
exe "sts ".st
endfunc
nmap ,st :call Sts()<cr>

func! Tj()
let st = expand("<cword>")
exe "tj ".st
endfunc
nmap ,tj :call Tj()<cr>