急救求助cscope快捷键 没反应(map)

cs find s funtion_name 可以用
但是想用ctrl \ s快捷,却没有任务反应
也不知道是什么原因,整了一天也不行,系统是ubuntu9.10
命令应该没有问题,
 nmap <C-\>s :cs find s <C-R>=expand("<cword>")<CR><CR>

作者: jameszhanglei123   发布时间: 2011-02-28

怎么没人回答呢,我各种方法都试过了,就是快捷键不行。

~/.vimrc
  nmap <C-\>s :cs find s <C-R>=expand("<cword>")<CR><CR>
  nmap <C-\>g :cs find g <C-R>=expand("<cword>")<CR><CR>
  nmap <C-\>c :cs find c <C-R>=expand("<cword>")<CR><CR>
  nmap <C-\>t :cs find t <C-R>=expand("<cword>")<CR><CR>
  nmap <C-\>e :cs find e <C-R>=expand("<cword>")<CR><CR>
  nmap <C-\>f :cs find f <C-R>=expand("<cfile>")<CR><CR>
  nmap <C-\>i :cs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
  nmap <C-\>d :cs find d <C-R>=expand("<cword>")<CR><CR>

这个还是没有作用

作者: jameszhanglei123   发布时间: 2011-02-28