mirror of
https://github.com/hyzendust/mutt-add-account.git
synced 2026-02-15 04:01:12 +01:00
Update: keybinds
This commit is contained in:
@@ -123,19 +123,16 @@ bind pager gg top
|
|||||||
bind pager G bottom
|
bind pager G bottom
|
||||||
bind pager k previous-line
|
bind pager k previous-line
|
||||||
bind pager j next-line
|
bind pager j next-line
|
||||||
# Scrolling
|
|
||||||
bind attach,browser,pager,index \CF next-page
|
# Deletion
|
||||||
bind attach,browser,pager,index \CB previous-page
|
|
||||||
bind attach,browser,pager,index \Cu half-up
|
|
||||||
bind attach,browser,pager,index \Cd half-down
|
|
||||||
bind browser,pager \Ce next-line
|
|
||||||
bind browser,pager \Cy previous-line
|
|
||||||
bind index \Ce next-line
|
|
||||||
bind index \Cy previous-line
|
|
||||||
bind pager,index d noop
|
bind pager,index d noop
|
||||||
bind pager,index dd delete-message
|
bind pager,index dd delete-message
|
||||||
|
bind index \Cd undelete-pattern
|
||||||
|
unbind index U
|
||||||
|
|
||||||
# Mail & Reply
|
# Mail & Reply
|
||||||
bind index \Cm list-reply # Doesn't work currently
|
bind index \Cm list-reply # Doesn't work currently
|
||||||
|
|
||||||
# Threads
|
# Threads
|
||||||
bind browser,pager,index N search-opposite
|
bind browser,pager,index N search-opposite
|
||||||
bind pager,index dT delete-thread
|
bind pager,index dT delete-thread
|
||||||
@@ -144,11 +141,14 @@ bind pager,index gt next-thread
|
|||||||
bind pager,index gT previous-thread
|
bind pager,index gT previous-thread
|
||||||
bind index za collapse-thread
|
bind index za collapse-thread
|
||||||
bind index zA collapse-all # Missing :folddisable/foldenable
|
bind index zA collapse-all # Missing :folddisable/foldenable
|
||||||
|
|
||||||
# Open mail
|
# Open mail
|
||||||
bind index <return> display-message
|
bind index <return> display-message
|
||||||
|
|
||||||
# Full headers
|
# Full headers
|
||||||
macro index h "<enter-command>unset weed<enter><display-message><enter-command>set weed<enter>" "show all headers"
|
macro index h "<enter-command>unset weed<enter><display-message><enter-command>set weed<enter>" "show all headers"
|
||||||
macro pager h "<exit><enter-command>unset weed<enter><display-message><enter-command>set weed<enter>" "show all headers"
|
macro pager h "<exit><enter-command>unset weed<enter><display-message><enter-command>set weed<enter>" "show all headers"
|
||||||
|
|
||||||
# Unmark all marked for deleted and tagged messages
|
# Unmark all marked for deleted and tagged messages
|
||||||
bind index u noop
|
bind index u noop
|
||||||
bind pager u noop
|
bind pager u noop
|
||||||
|
|||||||
Reference in New Issue
Block a user