mirror of
https://github.com/nushell/nushell.git
synced 2025-06-03 08:36:32 +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
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.