Mercurial > dotfiles.old
changeset 100:fe2c860e4ada
Add unite-tag plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 08 Aug 2014 06:42:55 +0200 |
parents | 79392af5b3c2 |
children | 368f742876cf |
files | .hgsub .hgsubstate vimrc |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Fri Aug 08 06:34:13 2014 +0200 +++ b/.hgsub Fri Aug 08 06:42:55 2014 +0200 @@ -58,3 +58,4 @@ 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 +vim/bundle/unite-tag = [git]https://github.com/tsukkee/unite-tag.git
--- a/.hgsubstate Fri Aug 08 06:34:13 2014 +0200 +++ b/.hgsubstate Fri Aug 08 06:42:55 2014 +0200 @@ -51,6 +51,7 @@ 7bfdda29120dbab0787c966dd35db025305675e1 vim/bundle/tomdoc 1e2e7ee04bb81a1985771c9bfe2b3ddb3b798f31 vim/bundle/unite 20c30e26d4405b88b7030dcfd2fe527178863dcf vim/bundle/unite-outline +f94a622e6afe87bbb20d865547cf851d82c13b6f vim/bundle/unite-tag 6c7b03a2a0abdfd0dabd26602f8a32955abe0181 vim/bundle/vhdl d8334717a21b31b08f90db210a83f1bcca5a4d87 vim/bundle/vim-session 644eb31e7382b01bbf2c1ace2fe7da658b08e8a3 vim/bundle/vimfiler
--- a/vimrc Fri Aug 08 06:34:13 2014 +0200 +++ b/vimrc Fri Aug 08 06:42:55 2014 +0200 @@ -440,6 +440,7 @@ 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> <SPACE>t :<C-u>Unite tag<CR> nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async<CR> " }}} " Vimfiler {{{