From dc08a648720ca72e138cb991a63964d74fd4355f Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 25 Feb 2011 17:01:21 +0000 Subject: [PATCH] Added .pentadactlyrc. Switched from Vimperator. Most things are the same but hlsearch is renamed to hlfind and autocomplete is annoying. --- .pentadactylrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .pentadactylrc diff --git a/.pentadactylrc b/.pentadactylrc new file mode 100644 index 0000000..baabd24 --- /dev/null +++ b/.pentadactylrc @@ -0,0 +1,25 @@ +"1.0b5.1 (created: 2011/02/15 20:42:05) + +loadplugins '\.(js|penta)$' + +" Show scrollbars, address bar and tab numbers. +set guioptions=bcmrN +" On Mac there is no menu bar. The icons are in the toolbar. +:if (/Mac OS X/.test(navigator.userAgent)) + set guioptions+=T +:endif + +" Highlight search results. +set hlfind + +" Autocomplete can be distracting. Require manual tab completion. +se autocomplete= + +" Use d/u without Control for up and down. +noremap d +noremap u + +" Show jumplist. +noremap J :jumps + +" vim: set ft=pentadactyl: -- 2.7.4