Load matchit plugin where available.
[profile.git] / .pentadactylrc
index 78cf13d..d32fc5d 100644 (file)
@@ -16,10 +16,10 @@ set hlfind
 se autocomplete=
 
 " Use d/u without Control for up and down.
-noremap d <C-d>
-noremap u <C-u>
+map -builtin d <C-d>
+map -builtin u <C-u>
 
 " Show jumplist.
-noremap J :jumps<CR>
+map -builtin J :jumps<CR>
 
 " vim: set ft=pentadactyl: