mirror of
https://github.com/nushell/nushell.git
synced 2025-04-23 04:38:21 +02:00
Manually added bindings take priority to the vi-mode state machine in reedline thus this addition blocked the use of `f/`/`t/` etc. Partial revert of #14908 Addresses #15096 with a temporary fix. The full solution of that should resolve it on the reedline side so you can have both the search option and the availability of `/` in normal mode bindings |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate implements the core functionality of the interactive Nushell REPL and interfaces with reedline
.
Currently implements the syntax highlighting and completions logic.
Furthermore includes a few commands that are specific to reedline
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.