Re: What-key Example

2010-06-29 Thread Roger
On Mon, Jun 28, 2010 at 04:08:26PM +0200, Christian Brabandt wrote: >In the command prompt enter :exec what-key. Then press any key you like >and see what mutt outputs. Press to abort. You can then use the >obtained information to bind that specific key using the raw key value, >e.g. > > b

Re: What-key Example

2010-06-28 Thread Michael Ludwig
rog...@sdf.org schrieb am 28.06.2010 um 08:19 (-0800): > >quit which ^g Probably "quit with ^g". > I would presume this is the (secret) escape key for the what-key loop? I didn't know the what-key command either, but ^g also aborts e.g. Bash or Vim or Mutt command line editing, knowing which yo

Re: What-key Example

2010-06-28 Thread rogerx
On Mon, Jun 28, 2010 at 04:08:26PM +0200, Christian Brabandt wrote: >Hi rogerx! > >On Fr, 25 Jun 2010, rog...@sdf.org wrote: > >> How is the what-key function used and should the Mutt wiki include an example >> of it's usage? >> >> (From reading, I'm guessing it should be set within either the mut

Re: What-key Example

2010-06-28 Thread rogerx
On Mon, Jun 28, 2010 at 04:10:01PM +0200, Michael Tatge wrote: >* On Fri, Jun 25, 2010 08:53PM -0800 rog...@sdf.org (rog...@sdf.org) muttered: >> How is the what-key function used > >:exec what-key Amazing! >quit which ^g I would presume this is the (secret) escape key for the what-key loop? >>

Re: What-key Example

2010-06-28 Thread Michael Tatge
* On Fri, Jun 25, 2010 08:53PM -0800 rog...@sdf.org (rog...@sdf.org) muttered: > How is the what-key function used :exec what-key quit which ^g > and should the Mutt wiki include an example of it's usage? Why not - you are volunteering right? :) HTH, Michael -- Real Men don't make backups.

Re: What-key Example

2010-06-28 Thread Christian Brabandt
Hi rogerx! On Fr, 25 Jun 2010, rog...@sdf.org wrote: > How is the what-key function used and should the Mutt wiki include an example > of it's usage? > > (From reading, I'm guessing it should be set within either the muttrc or :set > command prompt.) In the command prompt enter :exec what-key.