IJPL-164892 Disable New Terminal by default in 2024.3

(cherry picked from commit 9864b5ad874cd5d7c1af178b365393cf9b681fc4)

IJ-CR-147531

GitOrigin-RevId: bf531ea25960049473f9e6903630d50ce8e492de
This commit is contained in:
Konstantin Hudyakov
2024-10-23 11:02:03 +03:00
committed by intellij-monorepo-bot
parent 24571534e9
commit 03c873f86f

View File

@@ -19,7 +19,7 @@
<registryKey key="terminal.Ctrl-E.opens.RecentFiles.popup" defaultValue="false"
description="Ctrl+E in terminal opens 'Recent Files' popup on Linux/Windows"/>
<registryKey key="terminal.new.ui" defaultValue="true"
<registryKey key="terminal.new.ui" defaultValue="false"
description="Enable new terminal UI"/>
<registryKey key="terminal.new.ui.fish" defaultValue="false"
description="Enable new terminal for Fish"/>