Skip to content

Commit

Permalink
typo and catch more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Healey committed Apr 18, 2012
1 parent 648fee4 commit 521a348
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -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()

" }}}
Expand Down Expand Up @@ -269,6 +269,8 @@ nmap <C-p> :tabprevious<cr>
nmap <leader>n :set number!<cr>
nmap cv :Gcommit -v<cr>
vmap <BS><BS> <Bslash><Bslash>
" Fuzzy Finder {{{
"make it look like command-t at first
nmap <leader>t :FufFile<cr>
Expand Down

0 comments on commit 521a348

Please sign in to comment.