From: Iain Patterson Date: Mon, 22 Oct 2012 21:53:22 +0000 (+0100) Subject: Pentadactyl deprecated noremap. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=f31e7ccbee13e0f17c61109e873556582bbed335;p=profile.git Pentadactyl deprecated noremap. --- diff --git a/.pentadactylrc b/.pentadactylrc index 78cf13d..d32fc5d 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -16,10 +16,10 @@ set hlfind se autocomplete= " Use d/u without Control for up and down. -noremap d -noremap u +map -builtin d +map -builtin u " Show jumplist. -noremap J :jumps +map -builtin J :jumps " vim: set ft=pentadactyl: