Skip to content

Commit

Permalink
adding sbd plugin instead of buffkill
Browse files Browse the repository at this point in the history
  • Loading branch information
locojay committed Feb 5, 2012
1 parent ddcf8db commit c039325
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vimrc
Expand Up @@ -62,7 +62,8 @@ if executable("ack")
endif

Bundle 'IndexedSearch'
Bundle 'vim-scripts/bufkill.vim'
Bundle 'orftz/sbd.vim'
"Bundle 'vim-scripts/bufkill.vim'

Bundle 'mineiro/vim-latex.git'
Bundle 'leshill/vim-json'
Expand Down Expand Up @@ -115,6 +116,8 @@ if has('python')
"Bundle 'gordyt/rope-vim.git'
endif

Bundle 'Headlights'

"-----------------------------------------------------------------------------
" Set up the window colors and size
"-----------------------------------------------------------------------------
Expand Down Expand Up @@ -217,7 +220,10 @@ imap <C-@> <C-Space>
" Buffer commands
set hidden "Allows to change buffer w/o saving current buffer

noremap <silent><Leader>bd :bd<CR>
"noremap <silent><Leader>bd :bd<CR>
nnoremap <silent><leader>bd :Sbd<CR>
nnoremap <silent><leader>bdm :Sbdm<CR>
noremap <silent><Leader>bn :bn<CR>
noremap <silent><Leader>bp :bp<CR>
noremap <silent><Leader>ba :1,300 bd!<CR> "close all buffer
Expand Down

0 comments on commit c039325

Please sign in to comment.