Update properties.md

Added all properties in the example.
Added explanation to hintchars, it was not clear at first sight what it was for.
This commit is contained in:
Cirelli 2019-10-03 11:50:15 +02:00 committed by GitHub
parent 620d4bc03e
commit 26aee53e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,13 @@ Vim Vixen can be configured by defining settings in a JSON document, e.g.:
```json
{
"properties": {
"smoothscroll": true,
"hintchars": "abcdefghijklmnopqrstuvwxyz",
"complete": "sbh"
}
}
```
If a property is not set, it will be used the default.
Properties can be temporarily overridden by using the `:set` command in the
console.
@ -30,7 +32,7 @@ Enable/disable smooth scrolling.
## `hintchars`
Set hint characters.
Set hint characters. They will be used to follow links in the page.
```
:set hintchars=0123456789