aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/State.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Daffm/State.hs')
-rw-r--r--lib/Daffm/State.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Daffm/State.hs b/lib/Daffm/State.hs
index 52ac7a0..1ea8bfe 100644
--- a/lib/Daffm/State.hs
+++ b/lib/Daffm/State.hs
@@ -49,7 +49,8 @@ mkEmptyAppState config =
([K.KChar '\t'], CmdToggleSelection),
([K.KChar 'C'], CmdClearSelection),
([K.KChar '~'], CmdChangeDir "~"),
- ([K.KChar 'g', K.KChar 'h'], CmdChangeDir "~")
+ ([K.KChar 'g', K.KChar 'h'], CmdChangeDir "~"),
+ ([K.KChar 'g', K.KChar 'c', K.KChar 'f', K.KChar 'g'], CmdChangeDir "~/.config/daffm")
]
toggleSetItem :: (Ord a) => a -> Set.Set a -> Set.Set a