From ec3edda623d65ecf59f265dfc89561b39ba7ddaa Mon Sep 17 00:00:00 2001
From: Iain Patterson <me@iain.cx>
Date: Mon, 31 May 2010 22:24:22 +0100
Subject: [PATCH] Brought .vimperratorrc.local into version control.

---
 .vimperatorrc.local | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .vimperatorrc.local

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 <C-d>
+noremap u <C-u>
+
+" Show jumplist.
+noremap J :jumps<CR>
-- 
2.20.1