From 3c755e1c36139e5e8c64f8dd2b2bf9a93f1b9f05 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 28 Jul 2014 00:25:12 +0200 Subject: InsertMode changes to NormalMode --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index 101ec89..2dccd90 100644 --- a/Main.hs +++ b/Main.hs @@ -361,7 +361,7 @@ nmap = , ("l", MotionCommand $ GotoRight 1) , ("b", MotionCommand $ WordsBackward 1) , ("w", MotionCommand $ WordsForward 1) - , ("\x0a", ExecuteInputBuffer) + , ("\x0a", ExecuteInputBuffer <> ChangeMode InsertMode) ] ++ [unboundSequence "\x1b" ""] -- cgit v1.2.3