www.ghoon.net
Home
Tag
MediaLog
LocationLog
Guestbook
Admin
Write
강지훈
카테고리
분류 전체보기
(15)
DesingPattern
(0)
Linux
(5)
DirectFB
(1)
dbus
(0)
cURL
(1)
Anytalk
(2)
태그목록
fb0
iGoogle
framebuffer
우분투글꼴
메소드포인터
가젯
공지사항
최근에 올라온 글
VIM에서 현재 Line, Column...
내 vimrc setting..
Alticast tru2way EPGs.
간단한 가변인자 샘플코드.
Eclipse에서 괄호 짝 찾아...
최근에 달린 댓글
좋은 정보 잘 봤어요. 구글에...
꾸로gguro
06/04
최근에 받은 트랙백
링크
fomuon's blog.
hoyeol's blog.
글 보관함
2010/06
(1)
2010/03
(1)
2009/05
(1)
2009/01
(1)
2008/12
(2)
Yesterday
5
Today
1
Total
3,768
가입하기
RSS FEED
달력
03
2010
이전
다음
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
'2010/03'에 해당되는 글 1건
2010/03/12
내 vimrc setting.
내 vimrc setting.
분류없음
2010/03/12 02:46
colorscheme desert syntax on set autoindent set smartindent set cindent set nohlsearch set nobackup set et set ts=4 sw=4 sts=4 let c_space_errors=1 let java_space_errors=1 nmap ,rms : exe '%s/\s\+$//g'<cr> " allow backspacing over everything in insert mode set backspace=indent,eol,start set formatoptions+=r " Only do this part when compiled with support for autocommands. if has("autocmd") " When editing a file, always jump to the last known cursor position. " Don't do it when the position is invalid or when inside an event handler " (happens when dropping a file on gvim). autocmd BufReadPost * \ if line("'\"") > 0 && line("'\"") <= line("$") | \ exe "normal g`\"" | \ endif endif " has("autocmd") "=== key mapping ===" map <F3> :Tlist<cr><C-W><C-W> map <F4> :BufExplorer<cr> map <F5> v]}zf map <F6> zo map <F7> gg=G<cr> map ,t :cs find c <cword><cr> map ,f :cs find s <cword><cr> map ,d :cs find 1 <cword><cr> map ,r :cs find e au BufNewFile,BufRead *.doxygen setfiletype doxygen "=== ctags ===" set tags=./tags,../tags,../../tags,../../../tags,../../../../tags,../../../../../tags 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> endif "== cscope ==" set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb if filereadable("./cscope.out") cs add cscope.out else cs add /home/jhkang/works/echostar/g4_1.0.6/cscope.out endif func! Css() let css = expand("<cword>") new exec "cs find s ".css if getline(1) == "" exe "q!" endif endfunc nmap ,css :call Css()<cr> func! Csc() let csc = expand("<cword>") new exec "cs find c ".csc if getline(1) == "" exe "q!" endif endfunc nmap ,csc :call Csc()<cr> func! Csd() let csd = expand("<cword>") new exec "cs find d ".csd if getline(1) == "" exe "q!" endif endfunc nmap ,csd :call Csd()<cr> func! Csg() let csg = expand("<cword>") new exec "cs find g ".csg if getline(1) == "" exe "q!" endif endfunc nmap ,csg :call Csg()<cr>
내가 필요할때 좀
보려구 올려 놈.
Posted by
강지훈
트랙백
0
|
댓글
0
Trackback :
http://www.ghoon.net/trackback/22
이전
1
다음