Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed May 16, 2024
1 parent ab6f204 commit 11bb09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ vim.g.neovide_text_gamma = 0.0
vim.g.neovide_text_contrast = 0.5
```

**Unreleased yet.**
**Available since 0.13.0.**

You can fine tune the gamma and contrast of the text to your liking. The defaults is a good
compromise that gives readable text on all backgrounds and an accurate color representation. But if
Expand Down Expand Up @@ -588,7 +588,7 @@ Lua:
vim.g.neovide_input_macos_option_key_is_meta = 'only_left'
```

**Available since 0.10.**
**Available since 0.13.0.**

Interprets <kbd>Alt</kbd> + <kbd>whatever</kbd> actually as `<M-whatever>`, instead of sending the
actual special character to Neovim.
Expand Down

0 comments on commit 11bb09e

Please sign in to comment.