From e173e1f105e72e06c6a3206b9b94f4f1da63b00f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 8 Oct 2025 10:22:41 +0530 Subject: Add map command for creating keymaps --- lib/Daffm/Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Daffm/Types.hs') diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index e7751c4..b916c79 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -77,6 +77,7 @@ data Command | CmdChain [Command] | CmdSearch Text.Text | CmdSearchNext Int + | CmdKeymapSet [Key] Command | CmdNoop deriving (Show, Eq) -- cgit v1.3.1