nushell/docs
Stefan Holderbach 0986c61a5d
Lift line editor construction out of loop (#5041)
Enables the use of some features on reedline

- Keeping the line when clearing the screen with `Ctrl-L`
- Using the internal cut buffer between lines
- Submitting external commands via keybinding and keeping the line

Additional effect:

Keep the history around and do basic syncs (performance improvement
minimal as session changes have to be read and written)

Additional change:

Give the option to defer writing/rereading the history file to the
closing of the session ($config.sync_history_on_enter)
2022-03-31 23:25:48 +02:00
..
sample_config Lift line editor construction out of loop (#5041) 2022-03-31 23:25:48 +02:00
README.md remove some old documentation, relocate others (#4726) 2022-03-04 11:37:08 -05:00

Documentation

Here is a collection of various pages documenting the changes made in engine-q which should probably end up in the book after we merge it to Nushell.

Please see our book for more complete documentation