commit 87f092dfc00c4b4ba82ddf5e95d7f5060ea2be85
parent f5f3a1af3c5e55dbbd3f45e80c54e9e65370fd77
Author: Ben Walton <bwalton@artsci.utoronto.ca>
Date: Mon, 4 May 2009 10:44:11 -0400
Keymap: improve behaviour of apply to tagged in thread index
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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