X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=03b191d7d301e0778e59afef685a69f2c3b7e887;hp=c96f4806eefcffa6fd7a832cd7d557539177144a;hb=2b1bf28a9ce5697d91e668bcb6569ef3202f1b90;hpb=3ecb45814dc9ed62b2a7da4c7dae80d9a216e9ef;ds=sidebyside diff --git a/.pentadactylrc b/.pentadactylrc index c96f480..03b191d 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -5,7 +5,7 @@ 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(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: