summaryrefslogtreecommitdiff
path: root/vimperatorrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-29 22:52:27 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-29 22:54:54 +0100
commitab1018041700e50e56ed04b4782dbc36086938e2 (patch)
tree1eaa0aa2c0c111a47c3391d70477606aa6ab1000 /vimperatorrc
parent10f8310c7e02aebbfda45bd953a0c972f1c4952d (diff)
downloaddotfiles-ab1018041700e50e56ed04b4782dbc36086938e2.tar.xz
vimperator: add buftabs plugin
Buftabs plugin from Lucas de Vries provides a tabbar replacement, integrated into the statusbar. Original plugin is hosted on: http://git.glacicle.com/configs/
Diffstat (limited to 'vimperatorrc')
-rw-r--r--vimperatorrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vimperatorrc b/vimperatorrc
index 72536dd..c87d2c3 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -33,7 +33,7 @@ set history=10000
"set go+=T
" Show the tab bar only if more then one tab is open
-set showtabline=1
+set showtabline=0
" Focus the content after a page has loaded
set focuscontent
@@ -258,6 +258,9 @@ noremap <silent> <Leader>p :noscript popup<CR>
" TinyURL
:map <silent> <Leader>t :exe ":tinyurl "+getBrowser().contentWindow.location.href<CR>
+" Buftabs
+"set buftabs=0
+
" {{{ Javascript functions
"