Mercurial > dotfiles.old
comparison vimrc @ 98:235b862405f4
Add vimfiler and neossh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 07 Aug 2014 20:59:15 +0200 |
parents | 5939b779818b |
children | 79392af5b3c2 |
comparison
equal
deleted
inserted
replaced
97:5939b779818b | 98:235b862405f4 |
---|---|
439 nnoremap <silent> <SPACE>/ :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> | 439 nnoremap <silent> <SPACE>/ :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> |
440 nnoremap <silent> <SPACE>m :<C-u>Unite -auto-resize -buffer-name=mappings mapping<cr> | 440 nnoremap <silent> <SPACE>m :<C-u>Unite -auto-resize -buffer-name=mappings mapping<cr> |
441 nnoremap <silent> <SPACE>s :<C-u>Unite -quick-match buffer<cr> | 441 nnoremap <silent> <SPACE>s :<C-u>Unite -quick-match buffer<cr> |
442 nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async<CR> | 442 nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async<CR> |
443 " }}} | 443 " }}} |
444 " Vimfiler {{{ | |
445 " Use vimfiler as default | |
446 let g:vimfiler_as_default_explorer = 1 | |
447 nnoremap <leader>e :VimFilerExplorer<CR> | |
448 " }}} | |
444 " Vim - Rspec {{{ | 449 " Vim - Rspec {{{ |
445 map <leader>t :call RunCurrentSpecFile()<CR> | 450 map <leader>t :call RunCurrentSpecFile()<CR> |
446 map <leader>s :call RunNearestSpec()<CR> | 451 map <leader>s :call RunNearestSpec()<CR> |
447 map <leader>l :call RunLastSpec()<CR> | 452 map <leader>l :call RunLastSpec()<CR> |
448 map <leader>r :call RunAllSpecs()<CR> | 453 map <leader>r :call RunAllSpecs()<CR> |