From: Iain Patterson Date: Mon, 31 May 2010 21:24:22 +0000 (+0100) Subject: Brought .vimperratorrc.local into version control. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=ec3edda623d65ecf59f265dfc89561b39ba7ddaa;p=profile.git Brought .vimperratorrc.local into version control. --- diff --git a/.vimperatorrc.local b/.vimperatorrc.local new file mode 100644 index 0000000..f8635c8 --- /dev/null +++ b/.vimperatorrc.local @@ -0,0 +1,14 @@ +" Show scrollbars and address bar. +set guioptions=bmr +" On Mac there is no menu bar. The icons are in the toolbar. +execute "set guioptions+=" + ((/Mac OS X/.test(navigator.userAgent)) ? "T" :"") + +" Highlight search results. +set hlsearch + +" Use d/u without Control for up and down. +noremap d +noremap u + +" Show jumplist. +noremap J :jumps