" ========== " SETTINGS " ========== " show URL-Bar in FF "set guioptions+=T set toolbars=none,navigation,tabs " Open resized popups in a new window set popups=resized " Automatically show completions while you are typing. "set wildoptions=auto " what is completed " s --> Search engines and keyword URLs " l --> FF location bar entries " f --> local files set complete=slf " FF setting: disable loading via middle-mouse click set! middlemouse.contentLoadURL=false " FF setting: disable highlighting of the domain name set! browser.urlbar.formatting.enabled=false " better navigation in forums set previouspattern^=\\b[zZ]urück\\b set nextpattern^=\\b[wW]eiter\\b " =========== " MAPPINGS " =========== " Better print mapping map :ha " Backspace for backwards map H " switch C-O and C-I s.t. they are more logical noremap noremap " paste map :pastebin " map something to allow bookmarking map ,b :js liberator.open("javascript:document.getElementsByTagName('body')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.mendeley.com/min.php/bookmarklet')") map ,e :js liberator.open("javascript:void(location.href='https://eaccess.ub.tum.de:2443/login?url='+location.href)") " 'tabgroup' is way too long cmap tg tabgroups " vim: ft=vim