X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=72d7a3d2683f19f945e358712f99f0d25778c321;hp=c96f4806eefcffa6fd7a832cd7d557539177144a;hb=92ad56c07bee835ee9ccf77ce9c14094e522a7ca;hpb=3ecb45814dc9ed62b2a7da4c7dae80d9a216e9ef diff --git a/.pentadactylrc b/.pentadactylrc index c96f480..72d7a3d 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,12 @@ 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; } " vim: set ft=pentadactyl: