From f31e7ccbee13e0f17c61109e873556582bbed335 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 22 Oct 2012 22:53:22 +0100 Subject: [PATCH] Pentadactyl deprecated noremap. --- .pentadactylrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.7.4