summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4b239cd..b1900bd 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>