Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnk committed Feb 3, 2016
1 parent ad4c9ff commit 8e0d42f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions vim/profiles/bundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,11 @@ NeoBundle 'easymotion/vim-easymotion'
" }}}

" my plugins {{{
NeoBundle 'kmnk/vim-unite-svn'
NeoBundle 'kmnk/vim-unite-giti', {
\ 'depends' : [
\ 'thinca/vim-themis'
\ ]
\}
NeoBundle 'kmnk/unite-pipe-command'
" }}}

" my forked plugins {{{
Expand Down
8 changes: 0 additions & 8 deletions vim/profiles/unite.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ nmap [unite]gr <SID>(git-remote)
nmap [unite]gL <SID>(git-log-this-file)
" }}}

nmap [unite]pp <SID>(pipe-command)
nmap [unite]s <SID>(source)
nmap [unite]nb <SID>(neobundle)
Expand Down Expand Up @@ -133,12 +131,6 @@ nnoremap <silent> <SID>(history-search) :<C-u>Unite history/search<CR>

nnoremap <silent> <SID>(help) :<C-u>Unite help<CR>
" svn {{{
nnoremap <silent> <SID>(svn-status) :<C-u>Unite svn/status<CR>
nnoremap <silent> <SID>(svn-diff) :<C-u>Unite -vertical -direction=topleft -auto-preview svn/diff<CR>
nnoremap <silent> <SID>(svn-blame) :<C-u>Unite -vertical -direction=topleft svn/blame:<C-r>%<CR>
" }}}

" git {{{
nnoremap <silent> <SID>(giti-grep) :<C-u>Unite giti/grep<CR>
nnoremap <silent> <SID>(git-status) :<C-u>Unite giti/status<CR>
Expand Down

0 comments on commit 8e0d42f

Please sign in to comment.