diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,5 +99,5 @@ noremap <leader>c :cs find c <C-R>=expand("<cword>")<CR><CR><tab> noremap <leader>t :cs find t <C-R>=expand("<cword>")<CR><CR><tab> noremap <leader>e :cs find e <C-R>=expand("<cword>")<CR><CR><tab> noremap <leader>i :cs find i <C-R>=expand("<cfile>")<CR><CR><tab> -noremap <leader>f :cs find f <C-R>=expand("<cfile>")<CR><CR><tab> +" noremap <leader>f :cs find f <C-R>=expand("<cfile>")<CR><CR><tab> noremap <leader>d :cs find d <C-R>=expand("<cword>")<CR><CR><tab> |
