From 5e499515a72350c6a39eda6ae18f4b589097b91f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 28 Jul 2014 00:29:39 +0200 Subject: move cursor with and in NormalMode --- Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index a64ea2d..72cc859 100644 --- a/Main.hs +++ b/Main.hs @@ -353,6 +353,8 @@ nmap = , ("l", MotionCommand $ GotoRight 1) , ("b", MotionCommand $ WordsBackward 1) , ("w", MotionCommand $ WordsForward 1) + , ("\x1b[C", MotionCommand $ GotoRight 1) + , ("\x1b[D", MotionCommand $ GotoLeft 1) , ("\x0a", ExecuteInputBuffer <> ChangeMode InsertMode) ] -- cgit v1.2.3