summaryrefslogtreecommitdiffstats
path: root/.keysnail.js
diff options
context:
space:
mode:
Diffstat (limited to '.keysnail.js')
-rw-r--r--.keysnail.js4
1 files changed, 4 insertions, 0 deletions
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);