Skip to content

Commit

Permalink
Improve custom-menus docs (nushell#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrotManMatt committed May 6, 2024
1 parent 4eab7ea commit a0aa600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-menus/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Custom menus folder
# 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
2. Check, that the name of the menu is unique
3. Add a shortcut to call for the needed menu in the `keybindings` section of the `config.nu` file

0 comments on commit a0aa600

Please sign in to comment.