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:
parent
087a3cef9a
commit
0b60539f4d
12
docs/config/lua/config/hide_mouse_cursor_when_typing.md
Normal file
12
docs/config/lua/config/hide_mouse_cursor_when_typing.md
Normal 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,
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user