feat: enable workspaces by default

We've had lots of good feedback for them, so I think perhaps time to
enable workspaces by default.
This commit is contained in:
Ellie Huxtable 2024-03-07 14:20:07 +00:00
parent 8e9e7b92a3
commit f20fb4e4f5

View File

@ -614,7 +614,7 @@ impl Settings {
.set_default("scroll_context_lines", 1)?
.set_default("shell_up_key_binding", false)?
.set_default("session_token", "")?
.set_default("workspaces", false)?
.set_default("workspaces", true)?
.set_default("ctrl_n_shortcuts", false)?
.set_default("secrets_filter", true)?
.set_default("network_connect_timeout", 5)?