diff options
-rw-r--r-- | XMonad/Prompt.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index c9ae28d..cbcf7a3 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -320,6 +320,7 @@ keyPressHandle mask (ks,_) | ks == xK_Left -> moveWord Prev >> go | ks == xK_Delete -> killWord Next >> go | ks == xK_BackSpace -> killWord Prev >> go + | ks == xK_w -> killWord Prev >> go | ks == xK_g || ks == xK_c -> quit | otherwise -> eventLoop handle -- unhandled control sequence | ks == xK_Return = historyPush >> return () |