1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

docs: document new config option

This commit is contained in:
ProspectPyxis 2023-01-12 13:41:35 +07:00 committed by Wez Furlong
parent 087a3cef9a
commit 0b60539f4d

View File

@ -0,0 +1,12 @@
# `hide_mouse_cursor_when_typing`
If `true`, the mouse cursor will be hidden when typing, if your mouse cursor is
hovering over the window.
The default is `true`. Set to `false` to disable this behavior.
```lua
return {
hide_mouse_cursor_when_typing = true,
}
```