From 17137d620002d5e9687f8fc8faec46c861732431 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 4 Oct 2015 17:34:22 -0600 Subject: [PATCH] vim: add unite-outline --- .gitmodules | 4 ++++ vim/bundle/unite-outline | 1 + vim/vimrc | 1 + 3 files changed, 6 insertions(+) create mode 160000 vim/bundle/unite-outline diff --git a/.gitmodules b/.gitmodules index c5a2c91..c13f0e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,3 +162,7 @@ path = vim/bundle/unite.vim url = https://github.com/Shougo/unite.vim.git ignore = untracked +[submodule "vim/bundle/unite-outline"] + path = vim/bundle/unite-outline + url = https://github.com/Shougo/unite-outline.git + ignore = untracked diff --git a/vim/bundle/unite-outline b/vim/bundle/unite-outline new file mode 160000 index 0000000..4700002 --- /dev/null +++ b/vim/bundle/unite-outline @@ -0,0 +1 @@ +Subproject commit 47000021132ea027f5a396fc3d253bf40221444e diff --git a/vim/vimrc b/vim/vimrc index 4c25473..b4ea160 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -417,6 +417,7 @@ let g:unite_source_history_yank_enable = 1 nnoremap uf :Unite -no-split -start-insert -buffer-name=files file_rec nnoremap uy :Unite -no-split -buffer-name=yank history/yank nnoremap ub :Unite -no-split -start-insert -buffer-name=buffer buffer +nnoremap uo :Unite -no-split -start-insert -buffer-name=outline outline " Custom mappings for the unite buffer autocmd FileType unite call s:unite_settings() -- 2.39.2