From 8b6f962a0b81d930186fa340787c91e1fa25f10b Mon Sep 17 00:00:00 2001 From: hyzen Date: Tue, 10 Feb 2026 16:29:45 +0530 Subject: [PATCH] Update: keybinds --- mutt-add-account.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mutt-add-account.sh b/mutt-add-account.sh index 16a2c66..51e2713 100755 --- a/mutt-add-account.sh +++ b/mutt-add-account.sh @@ -123,19 +123,16 @@ bind pager gg top bind pager G bottom bind pager k previous-line bind pager j next-line -# Scrolling -bind attach,browser,pager,index \CF next-page -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 + +# Deletion bind pager,index d noop bind pager,index dd delete-message +bind index \Cd undelete-pattern +unbind index U + # Mail & Reply bind index \Cm list-reply # Doesn't work currently + # Threads bind browser,pager,index N search-opposite bind pager,index dT delete-thread @@ -144,11 +141,14 @@ bind pager,index gt next-thread bind pager,index gT previous-thread bind index za collapse-thread bind index zA collapse-all # Missing :folddisable/foldenable + # Open mail bind index display-message + # Full headers macro index h "unset weedset weed" "show all headers" macro pager h "unset weedset weed" "show all headers" + # Unmark all marked for deleted and tagged messages bind index u noop bind pager u noop