summaryrefslogtreecommitdiffstats
path: root/test5.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test5.hs')
-rw-r--r--test5.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test5.hs b/test5.hs
index 470e780..20d97fb 100644
--- a/test5.hs
+++ b/test5.hs
@@ -214,6 +214,7 @@ keymap :: String -> State -> IO State
keymap "a" = toggleTagAtCursor "inbox"
keymap "s" = toggleTagAtCursor "unread"
+keymap "&" = toggleTagAtCursor "killed"
keymap "r" = replyToAll
keymap "e" = viewSource
keymap "t" = editTags