]> git.cworth.org Git - sup/commitdiff
Keymap: improve behaviour of apply to tagged in thread index
authorBen Walton <bwalton@artsci.utoronto.ca>
Mon, 4 May 2009 14:44:11 +0000 (10:44 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 4 May 2009 14:46:18 +0000 (07:46 -0700)
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 <bwalton@artsci.utoronto.ca>
lib/sup/modes/thread-index-mode.rb

index 0bce0dee002d4d78be9d72c515a8b0d007520fd2..a45175dda8f34781fbc0723868105268245db561 100644 (file)
@@ -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