diff options
author | alps2006 <guoxiangxun@gmail.com> | 2020-06-07 04:50:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 16:50:40 -0400 |
commit | 86b2d78f0b3386ca15a21ef3931a69fac09e5b20 (patch) | |
tree | eeea0ae94c8ae12f2b61ce5ed42bcd962e1aca4a /share | |
parent | d90b668d4e2d37295022ddcbaa9536a4bbbfe16d (diff) |
Improved key mapping that can quickly selected item with <space> in query mode (abook) (#446)
Diffstat (limited to 'share')
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3dd2f6c..aafb3d5 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -46,7 +46,7 @@ bind index U undelete-message bind index L limit bind index h noop bind index l display-message -bind index <space> tag-entry +bind index,query <space> tag-entry #bind browser h goto-parent macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder" bind index,pager H view-raw-message |