Mercurial > dotfiles.old
changeset 144:6b108f5f26fc
Add unite - everything target
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 14 Oct 2014 18:30:56 +0200 |
parents | b910934103ac |
children | b3fd48f2df2c |
files | .hgsub .hgsubstate vimrc zshrc |
diffstat | 4 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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 <silent> <SPACE>m :<C-u>Unite -auto-preview -buffer-name=recent file_mru<cr> nnoremap <silent> <SPACE>y :<C-u>Unite -buffer-name=yanks history/yank<cr> nnoremap <silent> <SPACE>l :<C-u>Unite -start-insert -auto-resize -buffer-name=line line<cr> - nnoremap <silent> <SPACE>b :<C-u>Unite -auto-resize -buffer-name=buffers buffer<cr> + nnoremap <silent> <SPACE>b :<C-u>Unite everything/async<cr> nnoremap <silent> <SPACE>/ :<C-u>Unite -no-quit -buffer-name=search grep:.<cr> nnoremap <silent> <SPACE>k :<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> + nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async buffer<CR> nnoremap <silent> <SPACE>h :<C-u>Unite ssh://Hurricane/STM-Quadcopter/source<CR> nnoremap <silent> <SPACE>i :<C-u>Unite ssh://imac-van-zeger.local/Documents<CR> " }}}