* [sup-talk] [PATCH] Buffer switching, 'bn' for the next one and 'bp' for the previous
[not found] <1227194855-12300-1-git-send-email-nicolas.pouillard@gmail.com>
@ 2009-03-16 18:36 ` Nicolas Pouillard
2009-03-23 14:51 ` William Morgan
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Pouillard @ 2009-03-16 18:36 UTC (permalink / raw)
Resent...
---
bin/sup | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/sup b/bin/sup
index 152c42c..965f2ee 100644
--- a/bin/sup
+++ b/bin/sup
@@ -66,8 +66,10 @@ 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 :roll_buffers, "Switch to next buffer", 'b'
-# k.add :roll_buffers_backwards, "Switch to previous buffer", 'B'
+ 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 :kill_buffer, "Kill the current buffer", 'x'
k.add :list_buffers, "List all buffers", 'B'
k.add :list_contacts, "List contacts", 'C'
--
Nicolas Pouillard
^ permalink raw reply [flat|nested] 2+ messages in thread
* [sup-talk] [PATCH] Buffer switching, 'bn' for the next one and 'bp' for the previous
2009-03-16 18:36 ` [sup-talk] [PATCH] Buffer switching, 'bn' for the next one and 'bp' for the previous Nicolas Pouillard
@ 2009-03-23 14:51 ` William Morgan
0 siblings, 0 replies; 2+ messages in thread
From: William Morgan @ 2009-03-23 14:51 UTC (permalink / raw)
Branch roll-buffers, merged into next.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-23 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1227194855-12300-1-git-send-email-nicolas.pouillard@gmail.com>
2009-03-16 18:36 ` [sup-talk] [PATCH] Buffer switching, 'bn' for the next one and 'bp' for the previous Nicolas Pouillard
2009-03-23 14:51 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox