diff --git a/assets/keymaps/default-windows.json b/assets/keymaps/default-windows.json index c1f8c2487a85127763836a34843e4bf3e1f02ffc..fe9efe0f720e7c76bd25878426b9601e6910099b 100644 --- a/assets/keymaps/default-windows.json +++ b/assets/keymaps/default-windows.json @@ -1110,6 +1110,7 @@ "alt-f": ["terminal::SendText", "\u001bf"], "alt-.": ["terminal::SendText", "\u001b."], "ctrl-delete": ["terminal::SendText", "\u001bd"], + "ctrl-n": "workspace::NewTerminal", // Overrides for conflicting keybindings "ctrl-b": ["terminal::SendKeystroke", "ctrl-b"], "ctrl-c": ["terminal::SendKeystroke", "ctrl-c"],