X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=03b191d7d301e0778e59afef685a69f2c3b7e887;hp=baabd24ccb5e9bf333e7d9b5611772d6202e61e7;hb=02b482b6d150116d0c581b9a46ceacc374f2e0eb;hpb=dc08a648720ca72e138cb991a63964d74fd4355f diff --git a/.pentadactylrc b/.pentadactylrc index baabd24..03b191d 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -3,9 +3,9 @@ loadplugins '\.(js|penta)$' " Show scrollbars, address bar and tab numbers. -set guioptions=bcmrN +set guioptions=CMbcmnrs " On Mac there is no menu bar. The icons are in the toolbar. -:if (/Mac OS X/.test(navigator.userAgent)) +:if (/Mac OS X/.test(content.navigator.userAgent)) set guioptions+=T :endif @@ -16,10 +16,16 @@ set hlfind se autocomplete= " Use d/u without Control for up and down. -noremap d -noremap u +map -builtin d +map -builtin u " Show jumplist. -noremap J :jumps +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: