aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-08 10:22:41 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-08 13:10:40 +0530
commite173e1f105e72e06c6a3206b9b94f4f1da63b00f (patch)
treea1bd14e1da4deedf80a1837ab4f79650a43f47e5 /lib/Daffm/Types.hs
parenta9189b183b96634a6af335b447f9aa44263ac304 (diff)
downloaddaffm-e173e1f105e72e06c6a3206b9b94f4f1da63b00f.tar.gz
daffm-e173e1f105e72e06c6a3206b9b94f4f1da63b00f.zip
Add map command for creating keymaps
Diffstat (limited to 'lib/Daffm/Types.hs')
-rw-r--r--lib/Daffm/Types.hs1
1 files changed, 1 insertions, 0 deletions
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)