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`
This commit is contained in:
parent
cb7ecfc8bb
commit
705986a866
|
@ -100,7 +100,7 @@ UTop.set_show_box false
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
|
||||||
Key bindings in the terminal can be changed by writing a
|
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]
|
[read-line]
|
||||||
C-left: complete-bar-prev
|
C-left: complete-bar-prev
|
||||||
|
|
Loading…
Reference in New Issue