From 616e94a0f9aa09b4c347087c09a379be835aaf67 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 12 Apr 2014 23:32:59 +0200 Subject: Add tanything plugin --- .keysnail.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.keysnail.js b/.keysnail.js index 525e7ea..aac119f 100644 --- a/.keysnail.js +++ b/.keysnail.js @@ -159,6 +159,10 @@ key.setGlobalKey(["C-c", "C-c", "C-c"], function (ev) { command.clearConsole(); }, 'Clear Javascript console', true); +key.setGlobalKey(["C-x", "C-b"], function (ev, arg) { + ext.exec("tanything", arg); +}, "view all tabs", true); + key.setEditKey(["C-x", "h"], function (ev) { command.selectAll(ev); }, 'Select whole text', true); -- cgit v1.2.3-54-g00ecf