[vim] dummy mistake
This commit is contained in:
parent
96128d34cb
commit
f4ddcdbd4d
4
.vimrc
4
.vimrc
@ -289,8 +289,8 @@ if has("cscope")
|
||||
nmap <F4> :cscope find f <C-R>=expand("<cfile>")<CR><CR>
|
||||
nmap <S-F4> :scscope find f <C-R>=expand("<cfile>")<CR><CR>
|
||||
" find this C symbol with F5 and split with shift+F5
|
||||
nmap <F5> :cscope find s <C-R>=expand("<cfile>")<CR><CR>
|
||||
nmap <S-F5> :scscope find s <C-R>=expand("<cfile>")<CR><CR>
|
||||
nmap <F5> :cscope find s <C-R>=expand("<cword>")<CR><CR>
|
||||
nmap <S-F5> :scscope find s <C-R>=expand("<cword>")<CR><CR>
|
||||
" go to definition with F6 and split with shift+F6 and use ctags with alt+shift+F6
|
||||
nmap <F6> :cscope find g <C-R>=expand("<cword>")<CR><CR>
|
||||
nmap <S-F6> :scscope find g <C-R>=expand("<cword>")<CR><CR>
|
||||
|
Loading…
Reference in New Issue
Block a user