viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VM] 8.2.0b keybinding request


From: Uday Reddy
Subject: Re: [VM] 8.2.0b keybinding request
Date: Fri, 4 May 2012 11:10:29 +0100

John Stoffel writes:

> 
> Uday,
> 
> I'd like to ask that the '<' and '>' keys be added back into the
> default keybindings.  With long emails, it makes popping up and down
> from the top and bottom much easier.  Esp when I get emails from my
> Netapps saying that something bad happened and it's 30+ pages down to
> find what I want, which is always at the end.

I realize that no choice of key bindings will be ideal for everybody.  The
best thing to do would be to customize your own key bindings to your
preference.  For instance, putting

  (define-key vm-mode-map ">" 'vm-end-of-message)

in the .vm.preferences file will let you use your favourite key binding.

> Removing '@' for archiving is problably higher in my list of bindings
> to remove actually.  It's too close to '#' which I have bound to just
> expunge all my deleted emails.

`@' is not a VM standarad key binding.  `vm-auto-archive-messages' is
normally bound to `A'.  To unbind it, use:

  (define-key vm-mode-map "A" nil)

Cheers,
Uday




reply via email to

[Prev in Thread] Current Thread [Next in Thread]