diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-07-08 12:24:40 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-07-08 12:24:40 +0530 |
commit | dd7af96366b7e55e872d0afaa90c5bf37e4f2353 (patch) | |
tree | a51578a0a35c8dd2b109fbfcd97be3264157e7a9 | |
parent | 26e98d85b75a4383663a948a7a3d166712b0b82c (diff) |
neomutt: mappings: remove duplicate mappings
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/neomutt/mappings | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings index 8275875..8650231 100644 --- a/.config/neomutt/mappings +++ b/.config/neomutt/mappings @@ -28,8 +28,6 @@ bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel -bind editor <Tab> complete-query -bind index,pager B sidebar-toggle-visible # sidebar mappings bind index,pager \Ck sidebar-prev |