X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/c3a03e540dae7adafed0124b1a83c63436b597d7..109d4553c47385c151fc3fe72371ef28e70473b0:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index f27ac96..ca7f58e 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -6,13 +6,15 @@ bind pager K previous-line bind index,pager j next-undeleted bind index,pager k previous-undeleted +bind index q noop + # completion bind editor complete-query bind editor ^T complete # sidebar -bind index,pager \CP sidebar-prev -bind index,pager \CN sidebar-next +bind index,pager \CK sidebar-prev +bind index,pager \CJ sidebar-next bind index,pager \CO sidebar-open macro index b "toggle sidebar_visible" "Toggle sidebar"