Skip to content

Commit

Permalink
finetune buffergator settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyvolkov committed Feb 15, 2012
1 parent e117b4a commit 4eec059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -243,7 +243,9 @@ inoremap <C-L> <C-O>:nohls<CR>
"map to buffergator
nnoremap <C-B> :BuffergatorToggle<cr>
let g:buffergator_viewport_split_policy="B"
let g:buffergator_viewport_split_policy="R"
let g:buffergator_autoexpand_on_split=0
let g:buffergator_split_size=90

"map Q to something useful
noremap Q gq
Expand Down

0 comments on commit 4eec059

Please sign in to comment.