docs: mention new terminal defaults (#31449)

This commit is contained in:
Gregory Anders 2024-12-04 10:17:19 -06:00 committed by GitHub
parent 7579af3c51
commit 52481eecf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,8 @@ DEFAULTS
• |]d-default| and |[d-default| accept a count.
• |[D-default| and |]D-default| jump to the first and last diagnostic in the
current buffer, respectively.
• 'number', 'relativenumber', and 'signcolumn' are disabled in |terminal|
buffers. See |terminal-config| for an example of changing these defaults.
DIAGNOSTICS

View File

@ -108,6 +108,9 @@ global configuration.
- 'list' is disabled
- 'wrap' is disabled
- 'number' is disabled
- 'relativenumber' is disabled
- 'signcolumn' is set to "no"
You can change the defaults with a TermOpen autocommand: >vim
au TermOpen * setlocal list