Skip to content

Commit

Permalink
Add xonsh support instructions to Installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk authored Mar 12, 2023
1 parent ecaeacf commit 317d1a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 317d1a1

Please sign in to comment.