On Mon, Sep 21, 2015 at 12:32:02 -0500, David Champion wrote: > set my_wait_key=$wait_key > unset wait_key > set wait_key=$my_wait_key
Well, that looks nasty, but it works: macro generic \Cy \ ":set my_wait_key = $wait_key<return>:unset wait_key<return><shell-escape>killall -USR1 offlineimap<enter>:set wait_key = $my_wait_key<return>:unset my_wait_key<return>" \ "kick offlineimap" I still think some command or function to do this would help a lot. Wrapping all functions like this is…tedious to say the least. It also makes reading these things annoying since the meat of the binding is buried 65 characters into the line. Thanks, --Ben