From 922f1fbadebb61375f4e4fb7616786d3259db8a0 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 26 May 2020 17:04:10 +0200 Subject: [PATCH] fixed #1870 - new window hotkey on mac --- terminus-terminal/src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/terminus-terminal/src/config.ts b/terminus-terminal/src/config.ts index cbd8e2f4..edddcb96 100644 --- a/terminus-terminal/src/config.ts +++ b/terminus-terminal/src/config.ts @@ -99,7 +99,6 @@ export class TerminalConfigProvider extends ConfigProvider { ], 'new-tab': [ '⌘-T', - '⌘-N', ], home: ['⌘-Left', 'Home'], end: ['⌘-Right', 'End'],