From 6c3f7442b92f2fbf2308d93ece448cf3dd759a58 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 7 Nov 2025 11:49:27 +0530 Subject: Add custom commands --- lib/Daffm/Action/Keymap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Daffm/Action/Keymap.hs') diff --git a/lib/Daffm/Action/Keymap.hs b/lib/Daffm/Action/Keymap.hs index 4463446..c3079c9 100644 --- a/lib/Daffm/Action/Keymap.hs +++ b/lib/Daffm/Action/Keymap.hs @@ -11,7 +11,7 @@ processKeySequence = do let match = matchKeySequence stateKeyMap stateKeySequence case match of MatchSuccess cmd -> do - processCommand cmd + processCommand cmd "" modify (\st -> st {stateKeySequence = []}) MatchPartial -> pure () MatchFailure -> do -- cgit v1.3.1