summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/kmein.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/kmein.hs b/config/kmein.hs
index 0c0ef36..0ffdba1 100644
--- a/config/kmein.hs
+++ b/config/kmein.hs
@@ -74,6 +74,8 @@ myKeymap "\ESC[B" = moveCursorUp 1
myKeymap "\ESC[C" = moveTreeLeft 10 -- left
myKeymap "\ESC[D" = moveTreeRight 10 -- right
+myKeymap "r" = notmuchSearch
+
myKeymap "q" = \q -> q <$ raiseSignal sigINT
myKeymap "*" = toggleTagAtCursor "flagged"