summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 20:52:51 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commitd5d120ee6df3b4521547fe83e376a6ccc406f3e3 (patch)
treea6f2cc1523f3ef2d0dcae37a0dd8df089494575d /vim/ftplugin
parent3b274d247220adf02c0ef75ff14124bded1567e1 (diff)
downloadconf-d5d120ee6df3b4521547fe83e376a6ccc406f3e3.tar.gz
conf-d5d120ee6df3b4521547fe83e376a6ccc406f3e3.zip
remove the rest of the fuzzyfinder config
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/scala.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/scala.vim b/vim/ftplugin/scala.vim
index 878be49..eeaed87 100644
--- a/vim/ftplugin/scala.vim
+++ b/vim/ftplugin/scala.vim
@@ -1 +1 @@
-nnoremap <buffer> t :FufCoverageFile src/<CR>
+nmap <silent> t :Unite -start-insert -silent -input=src/ buffer file_rec<CR>