From 318a1941dc9bd0f3862d0f83ad8e57119697f139 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 5 Oct 2018 23:11:41 +0900 Subject: [PATCH] docs: add link to key bindings info until fish-custom-key-bindings has been published --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef4b4c..df24bde 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ end When you uninstall this package, we'll emit a _package-name_\_uninstall event that will call your eponymously named event handler function where the key binding will be erased. -> **Note**: Custom key bindings on shell startup are only available on fish 3.0 or newer. To make this package compatible with older versions of fish, you need to add custom key bindings via [jorgebucaran/fish-custom-key-bindings](). +> **Note**: Custom key bindings on shell startup are only available on fish 3.0 or newer. To make this package compatible with older versions of fish, you need to add custom key bindings via [jorgebucaran/fish-custom-key-bindings](https://github.com/jorgebucaran/fisher/issues/448). ## Uninstalling