changeset 99:79392af5b3c2

Add unite-outline plugin
author zegervdv <zegervdv@me.com>
date Fri, 08 Aug 2014 06:34:13 +0200
parents 235b862405f4
children fe2c860e4ada
files .hgsub .hgsubstate vimrc
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsub	Thu Aug 07 20:59:15 2014 +0200
+++ b/.hgsub	Fri Aug 08 06:34:13 2014 +0200
@@ -57,3 +57,4 @@
 vim/bundle/neomru = [git]https://github.com/Shougo/neomru.vim.git
 vim/bundle/vimfiler = [git]https://github.com/Shougo/vimfiler.vim.git
 vim/bundle/neossh = [git]https://github.com/Shougo/neossh.vim.git
+vim/bundle/unite-outline = [git]https://github.com/Shougo/unite-outline.git
--- a/.hgsubstate	Thu Aug 07 20:59:15 2014 +0200
+++ b/.hgsubstate	Fri Aug 08 06:34:13 2014 +0200
@@ -50,6 +50,7 @@
 b82f8804c4987b2534a5411d492d15d6010e98d2 vim/bundle/tlib
 7bfdda29120dbab0787c966dd35db025305675e1 vim/bundle/tomdoc
 1e2e7ee04bb81a1985771c9bfe2b3ddb3b798f31 vim/bundle/unite
+20c30e26d4405b88b7030dcfd2fe527178863dcf vim/bundle/unite-outline
 6c7b03a2a0abdfd0dabd26602f8a32955abe0181 vim/bundle/vhdl
 d8334717a21b31b08f90db210a83f1bcca5a4d87 vim/bundle/vim-session
 644eb31e7382b01bbf2c1ace2fe7da658b08e8a3 vim/bundle/vimfiler
--- 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 {{{