X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=d32fc5dfa6ffa4e67c45b6f01cefc679ea55b514;hp=c96f4806eefcffa6fd7a832cd7d557539177144a;hb=6e4ae53cf4de6aa433d900f1f1780697ba092f0d;hpb=3ecb45814dc9ed62b2a7da4c7dae80d9a216e9ef diff --git a/.pentadactylrc b/.pentadactylrc index c96f480..d32fc5d 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,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: