From c2139d6cdee61ed4feba900c922c76f89653d937 Mon Sep 17 00:00:00 2001 From: nightwing Date: Tue, 29 Nov 2016 12:55:15 +0000 Subject: [PATCH] add shortcuts for pane navigation commands --- package.json | 2 +- plugins/c9.ide.keys/commands.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 572f6951..711a1a9f 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "c9.ide.ace.split": "#0ae0151c78", "c9.ide.ace.statusbar": "#14a992e377", "c9.ide.ace.stripws": "#042a9936e3", - "c9.ide.behaviors": "#80127cb74a", + "c9.ide.behaviors": "#f2eda5d78e", "c9.ide.closeconfirmation": "#cee4674141", "c9.ide.configuration": "#a936df26bb", "c9.ide.dialog.wizard": "#7667ec79a8", diff --git a/plugins/c9.ide.keys/commands.js b/plugins/c9.ide.keys/commands.js index 5cae4001..de94ce01 100644 --- a/plugins/c9.ide.keys/commands.js +++ b/plugins/c9.ide.keys/commands.js @@ -353,8 +353,6 @@ define(function(require, exports, module) { commands.nextpane, commands.previouspane, commands.exit, - commands.hidesearchreplace, - commands.hidesearchinfiles, commands.toggleconsole, commands.runlast, commands.run, @@ -380,6 +378,10 @@ define(function(require, exports, module) { commands.tab9, commands.tab0, commands.reopenLastTab, + commands.gotopaneleft, + commands.gotopaneright, + commands.gotopaneup, + commands.gotopanedown, ].filter(Boolean); }