Mercurial > dotfiles.old
diff vimrc @ 99:79392af5b3c2
Add unite-outline plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 08 Aug 2014 06:34:13 +0200 |
parents | 235b862405f4 |
children | fe2c860e4ada |
line wrap: on
line diff
--- a/vimrc Thu Aug 07 20:59:15 2014 +0200 +++ b/vimrc Fri Aug 08 06:34:13 2014 +0200 @@ -439,6 +439,7 @@ nnoremap <silent> <SPACE>/ :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> nnoremap <silent> <SPACE>m :<C-u>Unite -auto-resize -buffer-name=mappings mapping<cr> nnoremap <silent> <SPACE>s :<C-u>Unite -quick-match buffer<cr> + nnoremap <silent> <SPACE>o :<C-u>Unite outline<CR> nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async<CR> " }}} " Vimfiler {{{