From 3f5652e3605712b849b2c8db67dfb5fb86b92b4c Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Wed, 5 Feb 2020 22:52:34 +0100 Subject: [PATCH] document keybinding configuration --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index add45e8..1134d04 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,15 @@ values are: * `use_nerdfont`: Turn nerdfont glyphs on/off * `theme`: Set a custom color palette (see below) +Keybindings can be configured in `[keybindings]` section in `config.toml`, e.g. as such: + +``` +[keybindings] +"Shift+i" = "seek +10000" +``` + +See the help screen by pressing `?` for a list of possible commands. + ncspot will respect system proxy settings defined via the `http_proxy` environment variable.