* Horacio Sanson on Monday, January 04, 2010 at 19:22:52 +0900
> Is it possible to create Vim fold like keybindings to expand/collapse threads 
> in
> mutt?
>
> Example:
>  zo  -   expand thread under the cursor
>  zO  -   expand thread under the cursor and all subthreads recursively
>  zc  -   close thread under the cursor
>  zC  -   close thread under the cursor and all subthreads recursively
>  za  -   toggle thread under the cursor
>  zA  -   toggle thread under the cursor and all subthreads recursively
> 
> Being used to vim keybindings using ESC-v is rather uncomfortable for me.

bind index za collapse-thread

(un)collapses current thread.

Look for "bind" in man 5 muttrc. You probably need less bindings
as the functions toggle the thread state.

c
-- 
\black\trash movie    _C O W B O Y_  _C A N O E_  _C O M A_
                     Ein deutscher Western/A German Western

         --->> http://www.blacktrash.org/underdogma/ccc.php

Reply via email to