diff options
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |