mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
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:
parent
f6ee21f76b
commit
fb89f2f48c
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue