From bf0606b9f9b23477c7019f3364f55fddfcd53965 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 28 Jul 2014 00:30:38 +0200 Subject: NormalMode -> RingBell --- Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index 72cc859..75af792 100644 --- a/Main.hs +++ b/Main.hs @@ -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 ] -- cgit v1.2.3