summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny <eugenesvk@users.noreply.github.com>2023-03-12 17:50:02 +0700
committerGitHub <noreply@github.com>2023-03-12 17:50:02 +0700
commit317d1a1dce848af1a79e7b39d5bb1c88d4247300 (patch)
treeb43ccd056eb1eecc3b9eb315c5267a7e7b85e7f7
parentecaeacf1d863592d800250a96044f8a79a340f6f (diff)
Add xonsh support instructions to Installation.md
-rw-r--r--docs/installation.md6
1 files changed, 5 insertions, 1 deletions
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: