본문 바로가기

Linux

ctags

//
// 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>

'Linux' 카테고리의 다른 글

[command] find  (0) 2013.09.26
터미널을 영문으로 출력하게 (terminal english) export LANG=en_us or LANG=C  (0) 2013.09.26
Linux kernel 2.6 의 세계  (0) 2013.09.26
asmlinkage  (0) 2013.09.26
Ethernet에 대한 이해  (0) 2013.09.26