diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-20 07:59:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-20 07:59:43 +0800 |
commit | 3cf602486ce5cfaa50f33edbe179928f84527dc9 (patch) | |
tree | 68fbcc42cbdb1232a6154e50ef67b9e27232160c /runtime/doc/options.txt | |
parent | 4833a63929a83c11379036ead33913711134015b (diff) | |
download | rneovim-3cf602486ce5cfaa50f33edbe179928f84527dc9.tar.gz rneovim-3cf602486ce5cfaa50f33edbe179928f84527dc9.tar.bz2 rneovim-3cf602486ce5cfaa50f33edbe179928f84527dc9.zip |
feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)
vim-patch:8.2.4744: a terminal window can't use the bell
vim-patch:8.2.4745: using wrong flag for using bell in the terminal
BREAKING CHANGE: Bells from :terminal are now silent by default, unless
'belloff' option doesn't contain "term" or "all".
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 5dc1643ee3..e6065acb5e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1015,6 +1015,7 @@ A jump table for the options with a short description can be found at |Q_op|. separated list of items. For each item that is present, the bell will be silenced. This is most useful to specify specific events in insert mode to be silenced. + You can also make it flash by using 'visualbell'. item meaning when present ~ all All events. @@ -1038,6 +1039,7 @@ A jump table for the options with a short description can be found at |Q_op|. register Unknown register after <C-R> in |Insert-mode|. shell Bell from shell output |:!|. spell Error happened on spell suggest. + term Bell from |:terminal| output. wildmode More matches in |cmdline-completion| available (depends on the 'wildmode' setting). |