mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
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
This commit is contained in:
parent
fad32924fa
commit
ac2f4b94ac
2 changed files with 45 additions and 0 deletions
9
custom-menus/README.md
Normal file
9
custom-menus/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue