From mboxrd@z Thu Jan 1 00:00:00 1970 From: bwalton@artsci.utoronto.ca (Ben Walton) Date: Mon, 4 May 2009 10:44:11 -0400 Subject: [sup-talk] [PATCH] Keymap: improve behaviour of apply to tagged in thread index Message-ID: <1241448251-21371-1-git-send-email-bwalton@artsci.utoronto.ca> Make = a synonym for + in the thread index mode so that shift isn't required to apply an action to all tagged messages. Signed-off-by: Ben Walton --- This is the requeste resend against better-buffer-list. -Ben lib/sup/modes/thread-index-mode.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 0bce0de..a45175d 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -42,7 +42,7 @@ EOS k.add :toggle_tagged, "Tag/untag selected thread", 't' k.add :toggle_tagged_all, "Tag/untag all threads", 'T' k.add :tag_matching, "Tag matching threads", 'g' - k.add :apply_to_tagged, "Apply next command to all tagged threads", '+' + k.add :apply_to_tagged, "Apply next command to all tagged threads", '+', '=' k.add :join_threads, "Force tagged threads to be joined into the same thread", '#' end -- 1.6.2.1