From: William Morgan Date: Thu, 9 Apr 2009 17:22:42 +0000 (-0400) Subject: Revert "Buffer switching, 'bn' for the next one and 'bp' for the previous" X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e9d93e2627ac062bbfcf221c54109dd4c82e5ccf;p=sup Revert "Buffer switching, 'bn' for the next one and 'bp' for the previous" This reverts commit 6dfbd42fbc9ba9cb89f7fd9f1fb71e259a7032ca. --- diff --git a/bin/sup b/bin/sup index b22366f..d72e30e 100644 --- a/bin/sup +++ b/bin/sup @@ -66,10 +66,8 @@ 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", '?' - k.add_multi "(n)ext/(p)revious:", 'b' do |kk| - kk.add :roll_buffers, "Switch to next buffer", 'n' - kk.add :roll_buffers_backwards, "Switch to previous buffer", 'p' - end + 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' k.add :list_buffers, "List all buffers", 'B' k.add :list_contacts, "List contacts", 'C'