diff options
-rw-r--r-- | Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ nmap = , ("\x1b[C", MotionCommand $ GotoRight 1) , ("\x1b[D", MotionCommand $ GotoLeft 1) , ("\x0a", ExecuteInputBuffer <> ChangeMode InsertMode) + , ("\x1b", RingBell) -- TODO cancel any unfinished commands ] |