On Sat, Oct 20, 2001 at 06:18:01AM -0500, Lance Hoffmeyer wrote: > Also, Whenever I type "c"-"?" I always have to hit tab to get a good list > of folders. Is there a way to set this folder display automatically? > It seems like I remember doing that once before.
set up a macro that does the three keystrokes for you. i have 'l' bound to this in my pager and index: macro index l "c?\t" "folder list" macro pager l "c?\t" "folder list" -ben