summaryrefslogtreecommitdiff
path: root/vimperatorrc
diff options
context:
space:
mode:
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
"