help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feeling lost without tabs


From: Michael Heerdegen
Subject: Re: Feeling lost without tabs
Date: Tue, 03 Nov 2015 22:24:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Charles Philip Chan <cpchan@bell.net> writes:

> You need the "Tanything" plugin for Keysnail. The default keybinding
> is "a".

Great, thanks.

For the record: use this to make it work globally with C-x b:

  key.setGlobalKey(['C-x', 'b'], function (ev, arg) {
      ext.exec("tanything", arg);
  }, "View all tabs", true);


Regards,

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]