From: William Morgan Date: Mon, 4 May 2009 14:46:30 +0000 (-0700) Subject: Merge branch 'better-buffer-list' into next X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=62957d7bd278910530d6888aefd209201b7007e6;p=sup Merge branch 'better-buffer-list' into next --- 62957d7bd278910530d6888aefd209201b7007e6 diff --cc lib/sup/modes/thread-index-mode.rb index 7b87bf6,a45175d..b44dc18 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@@ -42,9 -42,8 +42,9 @@@ EO 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", '#' + k.add :undo, "Undo the previous action", 'u' end def initialize hidden_labels=[], load_thread_opts={}