Skip to content

Commit

Permalink
@= removed minibuffexpl
Browse files Browse the repository at this point in the history
  • Loading branch information
abonec committed Mar 22, 2012
1 parent 5749318 commit f6928ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Expand Up @@ -46,9 +46,6 @@
[submodule "bundle/vim-preview"]
path = bundle/vim-preview
url = https://github.com/greyblake/vim-preview.git
[submodule "bundle/minibuffexpl"]
path = bundle/minibuffexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
Expand Down
1 change: 0 additions & 1 deletion bundle/minibuffexpl
Submodule minibuffexpl deleted from d92c8b
2 changes: 2 additions & 0 deletions gvimrc
Expand Up @@ -5,3 +5,5 @@ set guioptions-=T
set guioptions-=m
set background=dark
colorscheme solarized
" Non-gui tabs in gvim
set go-=e
8 changes: 4 additions & 4 deletions vimrc
Expand Up @@ -11,11 +11,11 @@ nnoremap <C-p> "+gP
vnoremap <C-p> "+gP
" Minibuffexpl
map <Leader>b :MiniBufExplorer<cr>
let g:miniBufExplMapWindowNavVim = 1
" map <Leader>b :MiniBufExplorer<cr>
" let g:miniBufExplMapWindowNavVim = 1

nnoremap <M-i> :bn<CR>
nnoremap <M-h> :bp<CR>
nnoremap <M-i> :tabn<CR>
nnoremap <M-h> :tabp<CR>


Expand Down

0 comments on commit f6928ad

Please sign in to comment.