diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-03-10 14:03:40 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-03-10 14:03:40 +0000 |
| commit | d55904c9848a49a12aa03f5ba801328e5919624a (patch) | |
| tree | 16968f26d831e96618626d6deeb770170676a457 | |
| parent | 160ee7c63320519ba71db57b6ed87235646022e9 (diff) | |
| download | dots-d55904c9848a49a12aa03f5ba801328e5919624a.tar.gz | |
neomutt: mappings: add keymaps for collapsing single and all threads
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | .config/neomutt/mappings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings index 1806b28..4b5cd15 100644 --- a/.config/neomutt/mappings +++ b/.config/neomutt/mappings @@ -41,7 +41,8 @@ bind index,pager B sidebar-toggle-visible bind index,pager @ compose-to-sender bind index,pager D purge-message bind index <tab> sync-mailbox -bind index <space> collapse-thread +bind index - collapse-thread +bind index _ collapse-all # Email completion bindings bind editor <Tab> complete-query |
