解决mac vim cscope快捷键映射无效问题

来源:互联网 发布:软件测试项目实例 编辑:程序博客网 时间:2024/06/17 13:51

nmap <C-c>s :cs find s<C-R>=expand("<cword>")<CR><CR>

nmap <C-c>g :cs find g<C-R>=expand("<cword>")<CR><CR>

nmap <C-c>c :cs find c<C-R>=expand("<cword>")<CR><CR>

 nmap<C-c>t :cs find t <C-R>=expand("<cword>")<CR><CR>

 nmap<C-c>e :cs find e <C-R>=expand("<cword>")<CR><CR>

 nmap<C-c>f :cs find f <C-R>=expand("<cword>")<CR><CR>

  nmap<C-c>i :cs find i ^<C-R>=expand("<cword>")<CR>$<CR>

 nmap<C-c>d :cs find d <C-R>=expand("<cword>")<CR><CR>

0 0
原创粉丝点击