From fd4526c2bb9caeb5cba6c3b7860287b35d4ee0bd Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 26 Mar 2011 08:09:34 +0100 Subject: vimperator: upgrade to v3 and Firefox 4 Removed buftabs, tinyurl, and deprecated color schemes. Imported statusline-toolbar plugin to avoid using the Add-on bar. Minor adjustments to vimperatorrc to port it to vimperator v3. --- vimperatorrc | 47 ++++++++++------------------------------------- 1 file changed, 10 insertions(+), 37 deletions(-) (limited to 'vimperatorrc') diff --git a/vimperatorrc b/vimperatorrc index 76f7770..18601b0 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -20,8 +20,11 @@ colorscheme zenburn " Window title set titlestring=Firefox -" No toolbar and scrollbars by default -set go-=brT +" No toolbars or menus by default +set toolbars=noaddons,nobookmarks,nomenu,nonavigation,tabs + +" Elements of the status line +set status=input,location,tabcount,position " Editor, C-i invokes it in text fields set editor=emacsclient @@ -38,18 +41,15 @@ set hlsearch " Override ignorecase if pattern has uppercase chars set smartcase -" Show the tab bar only if more then one tab is open -set showtabline=0 - " Focus content after a page has loaded set focuscontent -" Show destination links in 1=status line, 2=command line -set showstatuslinks=2 +" Show destination links in 1=status line, 2=command line, 0=none (FF4 baloon) +set showstatuslinks=0 " Show completions and use AwesomeBar (+search plugins) +set autocomplete set complete=sl -set wildoptions=auto " Ex commands output in a new tab by default (prefs, addons...) set newtab=all @@ -193,8 +193,8 @@ map " {{{ Personal key bindings " " M-Up/Dn toggles the toolbar and scrollbars -map :set go+=brT -map :set go-=brT +map :set toolbars=navigation +map :set toolbars=nonavigation " Sidebar selection with s, close with S map s :sidebar @@ -251,34 +251,7 @@ map :tabmove! +1 " {{{ Plugin bindings " -" Buftabs -map b :set invbuftabs - " Noscript map s :noscript toggletemp map S :noscript popup - -" TinyURL -map t :exe ":tinyurl "+getBrowser().contentWindow.location.href -" }}} " }}} - - -" {{{ Javascript functions -" -" Show the Feed and Bookmark buttons on the statusbar -javascript <