Mercurial > dotfiles.old
comparison vimrc @ 109:f9b3b13dc44a
Update plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 23 Aug 2014 10:41:00 +0200 |
parents | 508b8bc6ffd5 |
children | 2c5bc2d9a29f |
comparison
equal
deleted
inserted
replaced
108:fe520b74e9d0 | 109:f9b3b13dc44a |
---|---|
464 " }}} | 464 " }}} |
465 " Vimfiler {{{ | 465 " Vimfiler {{{ |
466 " Use vimfiler as default | 466 " Use vimfiler as default |
467 let g:vimfiler_as_default_explorer = 1 | 467 let g:vimfiler_as_default_explorer = 1 |
468 nnoremap <leader>e :VimFilerExplorer<CR> | 468 nnoremap <leader>e :VimFilerExplorer<CR> |
469 let g:vimfiler_ignore_pattern = '\%(.o\|.bin\|.elf\|.un\~\|.swp\)$' | |
469 " }}} | 470 " }}} |
470 " Vim - Rspec {{{ | 471 " Vim - Rspec {{{ |
471 map <leader>t :call RunCurrentSpecFile()<CR> | 472 map <leader>t :call RunCurrentSpecFile()<CR> |
472 map <leader>s :call RunNearestSpec()<CR> | 473 map <leader>s :call RunNearestSpec()<CR> |
473 map <leader>l :call RunLastSpec()<CR> | 474 map <leader>l :call RunLastSpec()<CR> |