summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-23 12:42:42 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-23 12:42:42 +0100
commit54838d45d8116833e05ecdb7722c97535267c0be (patch)
tree1df5cea3004098954ffd8c89c35c1673bc7e8801
parent677806e0d06cde5fa6245f9e6db92f2ec71539b1 (diff)
replaced buffergator by bufsurf
-rw-r--r--nvimrc8
-rw-r--r--vimrc1
2 files changed, 3 insertions, 6 deletions
diff --git a/nvimrc b/nvimrc
index b105474..c236461 100644
--- a/nvimrc
+++ b/nvimrc
@@ -12,7 +12,6 @@ Plug 'godlygeek/tabular'
Plug 'gregsexton/gitv'
Plug 'honza/vim-snippets'
Plug 'jamessan/vim-gnupg'
-Plug 'jeetsukumaran/vim-buffergator'
Plug 'junegunn/seoul256.vim'
Plug 'kien/ctrlp.vim'
Plug 'LaTeX-Box-Team/latex-box'
@@ -26,6 +25,7 @@ Plug 'szw/vim-ctrlspace'
Plug 'terryma/vim-multiple-cursors'
Plug 'tomasr/molokai'
Plug 'tommcdo/vim-exchange'
+Plug 'ton/vim-bufsurf'
Plug 'tpope/vim-abolish'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
@@ -61,9 +61,6 @@ let g:airline_section_z = '%3p%%|%3l|%3c'
let g:airline_theme='base16'
let g:airline#extensions#tabline#enabled = 0
-let g:buffergator_display_regime='bufname'
-let g:buffergator_vsplit_size=30
-
let g:bufferline_active_buffer_left = ''
let g:bufferline_active_buffer_right = ''
let g:bufferline_echo = 0
@@ -190,7 +187,6 @@ nnoremap <Leader>ps :PlugStatus<cr>
" Toggles
nnoremap cop :set paste!<cr>
-nnoremap <Leader>tb :BuffergatorToggle<cr>
nnoremap <Leader>tg :GitGutterToggle<cr>
nnoremap <Leader>tn :NERDTreeToggle<cr>
nnoremap <Leader>tt :TagbarToggle<cr>
@@ -213,6 +209,8 @@ nnoremap <Leader>fw :%s/\s\+$//<cr>
nnoremap <Leader>fi zzmxgg=G'x
" Navigation
+nnoremap [[ :BufSurfBack<CR>
+nnoremap ]] :BufSurfForward<CR>
nnoremap <c-y> 3<c-y>
nnoremap <c-e> 3<c-e>
nnoremap <Return> o<Esc>
diff --git a/vimrc b/vimrc
index d722075..5ad3b76 100644
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,6 @@ Plugin 'tpope/vim-scriptease'
Plugin 'tpope/vim-sensible'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-unimpaired'
-Plugin 'rdnetto/YCM-Generator'
filetype plugin indent on
syntax on