diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Prompt.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 725b67b..d755501 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -915,8 +915,8 @@ historyNextMatching hm@(HistoryMatches ref) next = do -- > ((modMask,xK_p), shellPrompt . myPrompt =<< initMatches) -- > .. -- > myPrompt ref = defaultPrompt --- > { promptKeymap = M.union [((0,xK_Up), historyMatching ref) --- > ,((0,xK_Down), historyMatching ref)] +-- > { promptKeymap = M.union [((0,xK_Up), historyUpMatching ref) +-- > ,((0,xK_Down), historyDownMatching ref)] -- > (promptKeymap defaultPrompt) -- > , .. } -- |