Hi,
Does anyone know what's wrong with this macro? It was working in 1.2.5
but now the second time I press 'z' mutt says the key is not bound or
'macro loop detected'.
# toggle zoom
macro pager <ESC>z \
":set pager_index_lines=0\n:macro pager z <ESC>Z \"toggle zoom\"\n"
macro pager <ESC>Z \
":set pager_index_lines=10\n:macro pager z <ESC>z \"toggle zoom\"\n"
macro pager z <ESC>z "toggle zoom"
Thanks for any help.
Michael
- Re: macro stopped working Michael Hong
- Re: macro stopped working Luke Ross
