Skip to content

Commit

Permalink
docs: set hide-cursor-when-typing to correct default value
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Jan 22, 2024
1 parent d3158ad commit 676f012
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ blinking-cursor = false

Hide the cursor while typing

Default is `true`
Default is `false`

```toml
hide-cursor-when-typing = false
Expand Down
6 changes: 6 additions & 0 deletions rio-backend/src/config/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ cursor = '▇'
#
blinking-cursor = false
# Hide the cursor while typing
#
# Default is `false`
#
# hide-cursor-when-typing = false
# Ignore theme selection foreground color
#
# Default is false
Expand Down

0 comments on commit 676f012

Please sign in to comment.