Skip to content
Snippets Groups Projects
Commit 72c8fa46 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Add cmd picker to menubar

parent d114ba69
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ footer :: FooterMode -> Widget Name
footer m = vLimit 1 $
case m of
FooterMessage t -> withAttr menuAttr $ hBox [txt t, fill ' ']
FooterInfo -> withAttr menuAttr $ hBox [txt "(↑↓): select item | (→): expand | (←): collapse | (?): full keybindings", fill ' ']
FooterInfo -> withAttr menuAttr $ hBox [txt "(↑↓): select item | (→): expand | (←): collapse | (^p): command picker | (?): full keybindings", fill ' ']
FooterInput _im form -> renderForm form
footerInput :: FooterInputMode -> FooterMode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment