diff options
Diffstat (limited to 'Main.hs')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" "<Escape>"] |