From d5e36ef9466d29af784adf1bafcbb4d02df15aad Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Fri, 1 Aug 2014 14:39:59 +0200
Subject: nmap: don't reset count when changing to delete mode

---
 src/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/Main.hs')

diff --git a/src/Main.hs b/src/Main.hs
index f217310..ef56107 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -475,7 +475,7 @@ nmap =
   , ("l", MotionCommand GotoRight <> SetCount Nothing)
   , ("b", MotionCommand WordsBackward <> SetCount Nothing)
   , ("w", MotionCommand WordsForward <> SetCount Nothing)
-  , ("d", ChangeMode DeleteMode <> SetCount Nothing)
+  , ("d", ChangeMode DeleteMode)
   , ("\"", ChangeMode SelectRegisterMode <> SetCount Nothing)
   , ("\x1b[C", MotionCommand GotoRight <> SetCount Nothing)
   , ("\x1b[D", MotionCommand GotoLeft <> SetCount Nothing)
-- 
cgit v1.2.3