"1.0b5.1 (created: 2011/02/15 20:42:05) loadplugins '\.(js|penta)$' " Show scrollbars, address bar and tab numbers. set guioptions=CMbcmnrs " On Mac there is no menu bar. The icons are in the toolbar. :if (/Mac OS X/.test(content.navigator.userAgent)) set guioptions+=T :endif " Highlight search results. set hlfind " Autocomplete can be distracting. Require manual tab completion. se autocomplete= " Use d/u without Control for up and down. map -builtin d map -builtin u " Show jumplist. map -builtin J :jumps " Fix vertical tabs. style -A -n tabkit2 * [dactyl-australis=true] .tabbrowser-tabs { max-height: inherit !important; } " Fix uBlock popup. style -n ublock * #nav-bar * { visibility: visible; } " vim: set ft=pentadactyl: