mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Merge pull request #812 from eugenesvk/patch-1
Add xonsh support instructions to Installation.md
This commit is contained in:
commit
3f6dc72c34
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue