Fix Mutt auto complete problem

I was using 1.5.x version of Mutt and recently upgraded to 1.6.x. When I tried to use tab key to select from my aliases, it wouldn’t work and will show Query command not defined error.

The solution is simple. According to https://groups.google.com/forum/#!topic/vinux-support/qfaog4LF_PM we only need to unset 2 binds in muttrc.

Code below:

#bind editor  complete-query
#bind editor ^T complete

Then you’ll be able to use tab key again.

Leave a comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.