diff --git a/nushell/config.nu b/nushell/config.nu index 9896bd6..92115b6 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -17,6 +17,13 @@ $env.config = { mode: [ emacs, vi_insert, vi_normal ] event: { send: menu name: history_menu } } + { + name: history_menu + modifier: none + keycode: char_/ + mode: [ vi_normal ] + event: { send: menu name: history_menu } + } { name: move_right_or_take_history_hint modifier: control