X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=72d7a3d2683f19f945e358712f99f0d25778c321;hp=baabd24ccb5e9bf333e7d9b5611772d6202e61e7;hb=92ad56c07bee835ee9ccf77ce9c14094e522a7ca;hpb=dc08a648720ca72e138cb991a63964d74fd4355f diff --git a/.pentadactylrc b/.pentadactylrc index baabd24..72d7a3d 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,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: