Fix hidden mouse in terminal
This commit is contained in:
parent
429fadd9d6
commit
5d608ea04a
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ mouse:
|
|||
#triple_click: { threshold: 300 }
|
||||
|
||||
# If this is `true`, the cursor is temporarily hidden when typing.
|
||||
hide_when_typing: true
|
||||
hide_when_typing: false
|
||||
# You are more likely to be struggling with a disappeared mouse than you are going to struggle with a mouse over your text.
|
||||
|
||||
# Regex hints
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue