Added some buffer keybindings

This commit is contained in:
Fergal Moran
2014-11-04 22:33:03 +00:00
parent 67b368a0d0
commit 15bba78d59

5
.vimrc
View File

@@ -36,6 +36,7 @@ map <c-l> <c-w>l
:nnoremap <Tab> :bnext<CR> :nnoremap <Tab> :bnext<CR>
:nnoremap <S-Tab> :bprevious<CR> :nnoremap <S-Tab> :bprevious<CR>
:noremap <F3> :Autoformat<CR><CR>
"CTRL-N to open Nerd Tree "CTRL-N to open Nerd Tree
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
@@ -51,9 +52,12 @@ set smartcase
" let Vundle manage Vundle " let Vundle manage Vundle
" required! " required!
Bundle 'Chiel92/vim-autoformat'
Bundle 'mattn/emmet-vim'
Bundle 'gmarik/vundle' Bundle 'gmarik/vundle'
Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/nerdtree'
Bundle 'Lokaltog/vim-distinguished'
" My Bundles here: " My Bundles here:
" "
" original repos on github " original repos on github
@@ -68,6 +72,7 @@ Bundle "wookiehangover/jshint.vim"
Bundle "bpowell/vim-android.git" Bundle "bpowell/vim-android.git"
let g:JSHintHighlightErrorLine = 0 let g:JSHintHighlightErrorLine = 0
let g:miniBufExplForceSyntaxEnable = 1
Bundle 'Valloric/YouCompleteMe' Bundle 'Valloric/YouCompleteMe'
Bundle 'marijnh/tern_for_vim' Bundle 'marijnh/tern_for_vim'