nushell: Disable bash-style history search

This commit is contained in:
2023-08-29 11:09:05 +02:00
parent c8d75261c4
commit 7c6fd745cd

View File

@ -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