From 26aee53e4d61881d270e73721865ae5fa6570743 Mon Sep 17 00:00:00 2001 From: Cirelli Date: Thu, 3 Oct 2019 11:50:15 +0200 Subject: [PATCH] Update properties.md Added all properties in the example. Added explanation to hintchars, it was not clear at first sight what it was for. --- docs/properties.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/properties.md b/docs/properties.md index 1f62ff4..921fbff 100644 --- a/docs/properties.md +++ b/docs/properties.md @@ -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