From 435693a8bb23f08eb25e076156e8ff2f79920e73 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Sun, 1 May 2022 08:59:49 +0100 Subject: [PATCH] Line buffer keybinding (#5390) * dabase access commands * select expression * select using expressions * cargo fmt * change keybinding --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 39b5a0592..15deda6f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.4.0" -source = "git+https://github.com/nushell/reedline?branch=main#39c70136bb95b50104a57767fbfdde50d7654421" +source = "git+https://github.com/nushell/reedline?branch=main#ed0e4200836027707270d1b6a1ba11a47731ba84" dependencies = [ "chrono", "crossterm",