X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=d32fc5dfa6ffa4e67c45b6f01cefc679ea55b514;hp=baabd24ccb5e9bf333e7d9b5611772d6202e61e7;hb=62e3b6db3f63d02dc4e47fe7cc4d56b1f2d4b9ef;hpb=dc08a648720ca72e138cb991a63964d74fd4355f diff --git a/.pentadactylrc b/.pentadactylrc index baabd24..d32fc5d 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,10 @@ 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 " vim: set ft=pentadactyl: