Skip to content

Commit

Permalink
alt click to open to the side
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jan 11, 2018
1 parent 88f6de2 commit d5e1727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class FileController extends DefaultController implements IDisposable {
tree.setSelection([stat], payload);

if (!stat.isDirectory) {
this.openEditor(stat, { preserveFocus, sideBySide: event && (event.ctrlKey || event.metaKey), pinned: isDoubleClick });
this.openEditor(stat, { preserveFocus, sideBySide: event && event.altKey, pinned: isDoubleClick });
}
}

Expand Down

0 comments on commit d5e1727

Please sign in to comment.