Skip to content

Commit

Permalink
Merge branch 'stateless_runvm' of github.com:ajaxorg/cloud9 into stat…
Browse files Browse the repository at this point in the history
…eless_runvm
  • Loading branch information
fjakobs committed Apr 3, 2012
2 parents 36a0aa8 + 5bc88e8 commit 113f9c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/ext/keybindings_default/default_mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ return keys.onLoad({
"tab8": "Command-8",
"tab9": "Command-9",
"revealtab": "Command-Shift-L",
"nexttab": "Command-Tab|Option-Tab",
"previoustab": "Command-Shift-Tab|Option-Shift-Tab"
"nexttab": "Option-Tab",
"previoustab": "Option-Shift-Tab"
},
"tabsessions" : {
"savetabsession": "Command-Alt-S"
Expand Down
3 changes: 2 additions & 1 deletion server/cloud9/ext/shell/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ sys.inherits(ShellPlugin, Plugin);
_self.sendResult(0, message.command, commands);
});
};


this.mv =
this.pwd =
this.mkdir =
this.rm =
Expand Down
2 changes: 1 addition & 1 deletion support/ace
Submodule ace updated 232 files

0 comments on commit 113f9c3

Please sign in to comment.