From 7c6fd745cd21408025c8c8546d49dc08f583c6f5 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 29 Aug 2023 11:09:05 +0200 Subject: [PATCH] nushell: Disable bash-style history search --- tree/.config/nushell/config.nu | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index 8ed9596..6517c6d 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -430,13 +430,13 @@ $env.config = { mode: [emacs, vi_normal, vi_insert] event: { send: clearscreen } } - { - name: search_history - modifier: control - keycode: char_r - mode: [emacs, vi_normal, vi_insert] - event: { send: searchhistory } - } + #{ + # name: search_history + # modifier: control + # keycode: char_r + # mode: [emacs, vi_normal, vi_insert] + # event: { send: searchhistory } + #} { name: open_command_editor modifier: control