From 705986a866d96e41a5c4df1c9d92c6b702508668 Mon Sep 17 00:00:00 2001 From: oemmerson Date: Sun, 19 Jun 2022 17:51:50 +0100 Subject: [PATCH] Update readme with correct filepath. Readme states 'Key bindings in the terminal can be changed by writing a ~/.lambda-term-inputrc file. For example:' However, after writing this file and exiting utop after it's next restart generates the below warning: `Warning: it is recommended to move `/home/owen/.lambda-term-inputrc` to `$XDG_CONFIG_HOME`, see: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c2c46..504fcb1 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ UTop.set_show_box false ### Key bindings Key bindings in the terminal can be changed by writing a -`~/.lambda-term-inputrc` file. For example: +`~/.config/lambda-term-inputrc` file. For example: [read-line] C-left: complete-bar-prev