From: William Morgan Date: Mon, 10 Nov 2008 04:47:44 +0000 (-0800) Subject: remove H as a help trigger, since thread-view-mode overwrites it anyways X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7bbfe78f008ddb9fcec9b19ed461e9821bf370bf;p=sup remove H as a help trigger, since thread-view-mode overwrites it anyways --- diff --git a/bin/sup b/bin/sup index a09a26c..b5b41ca 100644 --- a/bin/sup +++ b/bin/sup @@ -57,7 +57,7 @@ module Redwood global_keymap = Keymap.new do |k| k.add :quit_ask, "Quit Sup, but ask first", 'q' k.add :quit_now, "Quit Sup immediately", 'Q' - k.add :help, "Show help", 'H', '?' + k.add :help, "Show help", '?' k.add :roll_buffers, "Switch to next buffer", 'b' # k.add :roll_buffers_backwards, "Switch to previous buffer", 'B' k.add :kill_buffer, "Kill the current buffer", 'x'