mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
docs: mention new terminal defaults (#31449)
This commit is contained in:
parent
7579af3c51
commit
52481eecf0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user