dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 999dd1753bcf8433951adceabf7965cd80d49eaf
parent df10d8316e4ac1133039f01eec996f97d6f975f4
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri,  2 Sep 2022 12:34:57 +0200

neomutt: some keybindings

Diffstat:
Mneomutt/muttrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/neomutt/muttrc b/neomutt/muttrc @@ -52,6 +52,7 @@ bind index t tag-entry # Switch ; and : keys unbind generic,pager : unbind generic,pager ; +bind generic,compose,attach \Cl refresh bind generic,pager \; enter-command bind generic : tag-prefix @@ -102,6 +103,9 @@ bind pager g noop bind pager gg top bind pager G bottom +macro index ZY "<enter-command>set use_threads=yes<Enter>" +macro index ZN "<enter-command>set use_threads=no<Enter>" + macro index,pager,attach,compose U "\ <enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\ <pipe-message> urlview<Enter>\ @@ -130,6 +134,7 @@ bind index,pager m mail bind compose p postpone-message bind compose l view-attach bind compose h exit +bind compose L edit-language bind index p recall-message bind index g noop bind index gg first-entry