From 317d1a1dce848af1a79e7b39d5bb1c88d4247300 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 12 Mar 2023 17:50:02 +0700 Subject: [PATCH] Add xonsh support instructions to Installation.md --- docs/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 6b5ec33..0c76a07 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -120,9 +120,13 @@ navi widget fish | source # elvish eval (navi widget elvish | slurp) + +# xonsh +# xpip install xontrib-navi # ← run in your xonsh session to install xontrib +xontrib load navi # ← add to your xonsh run control file ``` -By default, `Ctrl+G` is assigned to launching **navi**. +By default, `Ctrl+G` is assigned to launching **navi** (in xonsh can be customized with `$X_NAVI_KEY`, see [xontrib-navi](https://github.com/eugenesvk/xontrib-navi) for details). There's currently no way to customize the widget behavior out-of-the-box. If you want to change the keybinding or the **navi** flags used by the widget, please: