Update reedline: Support more bindings in vi mode (#5654)

Now more bindings are shared between vi-mode and emacs mode.
E.g. Ctrl-D, Ctrl-C, Ctrl-L, Ctrl-O will work in all modes.

Also arrow navigation extra functions will behave consistent.
This commit is contained in:
Stefan Holderbach 2022-05-26 23:46:18 +02:00 committed by GitHub
parent f6ee21f76b
commit fb89f2f48c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Cargo.lock generated
View file

@ -3794,7 +3794,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.6.0"
source = "git+https://github.com/nushell/reedline?branch=main#d8ff270f94c43ddec3ddfffdbc5b4154fe748440"
source = "git+https://github.com/nushell/reedline?branch=main#fe795caabc5401d811006b93d5a6d4f220a049ff"
dependencies = [
"chrono",
"crossterm",