Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fegin committed Aug 11, 2014
1 parent 1d57338 commit dcedc01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Plugin 'SirVer/ultisnips'
Plugin 'bling/vim-airline'
" Vim bufferline
Plugin 'bling/vim-bufferline'
" Vimproc (required by unite)
Plugin 'Shougo/vimproc.vim'
" unite
Plugin 'Shougo/unite.vim'
" multiple-cursors
Expand Down Expand Up @@ -188,6 +190,13 @@ let g:tagbar_autofocus = 1
map <leader>el :EvervimNotebookList<CR>
map <leader>ec :EvervimCreateNote<CR>
" }
" --- Unite {
" let g:unite_source_history_yank_enable = 1
" nnoremap <C-y> :Unite history/yank<cr>
nnoremap <leader>uf :Unite -start-insert file_rec/async<cr>
nnoremap <leader>ug :Unite grep:.<cr>
nnoremap <leader>ub :Unite -quick-match -start-insert buffer<cr>
" }

"---------------------------------------------------------------------------
" Others
Expand Down

0 comments on commit dcedc01

Please sign in to comment.