summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 02:02:37 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:59 -0400
commit1b09e0841e485c93ee3774f7d86c9f619d9c351f (patch)
tree955a352822b92420f5ab7537c877ea68623169a2 /vimrc
parent644dacae649f98bebf30a22ca3bb1e7e25fc78b8 (diff)
downloadconf-1b09e0841e485c93ee3774f7d86c9f619d9c351f.tar.gz
conf-1b09e0841e485c93ee3774f7d86c9f619d9c351f.zip
make sure the current buffer stays visible
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index b36cb60..78d95d0 100644
--- a/vimrc
+++ b/vimrc
@@ -729,5 +729,7 @@ nmap c :VimFilerSimple -quit -explorer<CR>
" bufferline {{{
let g:bufferline_echo = 0
let g:bufferline_modified = ''
+let g:bufferline_rotate = 1
+let g:bufferline_fixed_index = -1
" }}}
" }}}