From 521a348b6b2ab5b4b9f10119bb43395fc60a6dc4 Mon Sep 17 00:00:00 2001 From: Rich Healey Date: Wed, 18 Apr 2012 16:51:54 +1000 Subject: [PATCH] typo and catch more typos --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b659de7..884dc2f 100644 --- a/vimrc +++ b/vimrc @@ -155,7 +155,7 @@ function! CONFIGHAML() call CONFIGRUBY() endfunction au FileType ruby call TwoSpace() -au FileType coffeescript call TwoSpace() +au FileType coffee call TwoSpace() au BufNewFile,BufRead *.erb call CONFIGRUBY() " }}} @@ -269,6 +269,8 @@ nmap :tabprevious nmap n :set number! nmap cv :Gcommit -v +vmap + " Fuzzy Finder {{{ "make it look like command-t at first nmap t :FufFile