From fb89f2f48c5f9d558348643762c90cec6a93f58c Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 26 May 2022 23:46:18 +0200 Subject: [PATCH] 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. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6e5d5ac274..bed0c1c509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",