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:
@@ -114,6 +114,13 @@ if [ ! -f "$vim_keys_file" ]; then
|
|||||||
|
|
||||||
# Unbinds
|
# Unbinds
|
||||||
unbind pager,index \ek
|
unbind pager,index \ek
|
||||||
|
unbind index,pager l
|
||||||
|
unbind pager O
|
||||||
|
unbind index \Cn
|
||||||
|
unbind index \Cp
|
||||||
|
unbind index U
|
||||||
|
unbind index \Ct
|
||||||
|
unbind index T
|
||||||
|
|
||||||
# Moving around
|
# Moving around
|
||||||
bind attach,browser,index g noop
|
bind attach,browser,index g noop
|
||||||
@@ -124,12 +131,13 @@ 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
|
||||||
|
bind pager o exit
|
||||||
|
|
||||||
# Deletion
|
# Deletion
|
||||||
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
|
bind index \Cd delete-pattern
|
||||||
unbind index U
|
bind index D undelete-pattern
|
||||||
|
|
||||||
# Mail & Reply
|
# Mail & Reply
|
||||||
bind index \Cm list-reply # Doesn't work currently
|
bind index \Cm list-reply # Doesn't work currently
|
||||||
@@ -144,6 +152,11 @@ 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
|
||||||
|
|
||||||
|
# Others
|
||||||
|
bind index \Ct tag-pattern
|
||||||
|
bind index T untag-pattern
|
||||||
|
bind index L limit
|
||||||
|
|
||||||
# Open mail
|
# Open mail
|
||||||
bind index <return> display-message
|
bind index <return> display-message
|
||||||
bind index o display-message
|
bind index o display-message
|
||||||
|
|||||||
Reference in New Issue
Block a user