Nicer space marker.
[profile.git] / .pentadactylrc
1 "1.0b5.1 (created: 2011/02/15 20:42:05)
2
3 loadplugins '\.(js|penta)$'
4
5 " Show scrollbars, address bar and tab numbers.
6 set guioptions=CMbcmnrs
7 " On Mac there is no menu bar.  The icons are in the toolbar.
8 :if (/Mac OS X/.test(content.navigator.userAgent))
9   set guioptions+=T
10 :endif
11
12 " Highlight search results.
13 set hlfind
14
15 " Autocomplete can be distracting.  Require manual tab completion.
16 se autocomplete=
17
18 " Use d/u without Control for up and down.
19 map -builtin d <C-d>
20 map -builtin u <C-u>
21
22 " Show jumplist.
23 map -builtin J :jumps<CR>
24
25 " vim: set ft=pentadactyl: