mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Make useFullWidth the default. (#12911)
This commit is contained in:
@@ -488,7 +488,7 @@ const SETTINGS_SCHEMA = {
|
||||
label: 'Use Full Width',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
default: true,
|
||||
description: 'Use the entire width of the terminal for output.',
|
||||
showInDialog: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user