nu_scripts/custom-menus
Antoine Stevan c698547b3b
FEATURE: add some fuzzy keybindings (#512)
* add `history`, `directories` and `modules` fuzzy keybindings

* add a little README for the bindings
2023-05-26 13:33:37 -05:00
..
fuzzy FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00
current_session_history_menu.nu add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
README.md add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
zoxide-menu.nu powerline : NU_POWER_MODE and NU_POWER_BENCHMARK (#464) 2023-04-26 13:36:55 -05:00

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