nu_scripts/custom-menus/README.md
Maxim Uvarov ac2f4b94ac
add a current session history menu (#378)
* add a current session history menu

* Update current_session_history_menu.nu

* Delete non_default_vars_menu.nu
2023-02-16 06:56:12 -06:00

329 B

Custom menus folder

In this folder you can find custom menus for nushell.

To make them work:

  1. insert the code of chosen menu into the menus section of the config.nu file.
  2. Check, that the name of the menu is uniqe
  3. Add a shortcut to call for the needed menu in the keybindings section of the config.nu file