aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
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)