Mention behavior of focus_follows_mouse in docs on macOS

This commit is contained in:
Kovid Goyal
2023-10-15 14:25:16 +05:30
parent 9375e671bc
commit e15b16b072

View File

@@ -585,6 +585,8 @@ opt('focus_follows_mouse', 'no',
option_type='to_bool', ctype='bool',
long_text='''
Set the active window to the window under the mouse when moving the mouse around.
On macOS, this will also cause the OS Window under the mouse to be focused automatically when the
mouse enters it.
'''
)