# HG changeset patch # User zegervdv # Date 1413304256 -7200 # Node ID 6b108f5f26fc6ce28ee4bed3b16311fb808d3d1b # Parent b910934103acb599b2fec5207aa052d0d18accf3 Add unite - everything target diff -r b910934103ac -r 6b108f5f26fc .hgsub --- a/.hgsub Mon Oct 13 12:09:48 2014 +0200 +++ b/.hgsub Tue Oct 14 18:30:56 2014 +0200 @@ -61,3 +61,4 @@ vim/bundle/unite-build = [git]https://github.com/Shougo/unite-build.git vim/bundle/vimux = [git]https://github.com/benmills/vimux.git vim/bundle/tmuxline = [git]https://github.com/edkolev/tmuxline.vim.git +vim/bundle/unite-everything = [git]https://github.com/sgur/unite-everything.git diff -r b910934103ac -r 6b108f5f26fc .hgsubstate --- a/.hgsubstate Mon Oct 13 12:09:48 2014 +0200 +++ b/.hgsubstate Tue Oct 14 18:30:56 2014 +0200 @@ -52,6 +52,7 @@ 7bfdda29120dbab0787c966dd35db025305675e1 vim/bundle/tomdoc 38da52f6d047164bd9f9352b8a78cb960893242a vim/bundle/unite fad711808494404e8ffbd16f03463414d897398c vim/bundle/unite-build +b7f1a51e6adf9a61436e9fccee117fed40961b0a vim/bundle/unite-everything bd2caada0075b0fa26a6c210a16079ac79b4f7c4 vim/bundle/unite-outline 0dd146b4b028d9300ca730128b027cf8ba83b7b8 vim/bundle/unite-tag 4fb9cdde57d49fc45f9c9e81b693f55e89464bf0 vim/bundle/vim-session diff -r b910934103ac -r 6b108f5f26fc vimrc --- a/vimrc Mon Oct 13 12:09:48 2014 +0200 +++ b/vimrc Tue Oct 14 18:30:56 2014 +0200 @@ -461,13 +461,13 @@ nnoremap m :Unite -auto-preview -buffer-name=recent file_mru nnoremap y :Unite -buffer-name=yanks history/yank nnoremap l :Unite -start-insert -auto-resize -buffer-name=line line - nnoremap b :Unite -auto-resize -buffer-name=buffers buffer + nnoremap b :Unite everything/async nnoremap / :Unite -no-quit -buffer-name=search grep:. nnoremap k :Unite -auto-resize -buffer-name=mappings mapping nnoremap s :Unite -quick-match buffer nnoremap o :Unite outline nnoremap t :Unite tag - nnoremap :Unite -start-insert file_rec/async + nnoremap :Unite -start-insert file_rec/async buffer nnoremap h :Unite ssh://Hurricane/STM-Quadcopter/source nnoremap i :Unite ssh://imac-van-zeger.local/Documents " }}} diff -r b910934103ac -r 6b108f5f26fc zshrc --- a/zshrc Mon Oct 13 12:09:48 2014 +0200 +++ b/zshrc Tue Oct 14 18:30:56 2014 +0200 @@ -174,3 +174,6 @@ fi } + +PERL_MB_OPT="--install_base \"/Users/zegervdv/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/Users/zegervdv/perl5"; export PERL_MM_OPT;