Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 708 Bytes

File metadata and controls

33 lines (24 loc) · 708 Bytes

A nushell menu that display information about the command closest to the cursor.

Activate with Alt+S

pwd-help

pwd-source

Usage

# Import the module
use repl-command-info

# Apply default settings
repl-command-info --apply

# Or 
$env.config.menus ++= [( repl-command-info menu )]
$env.config.keybindings ++= [( repl-command-info keybind )]
# Or
$env.config.keybindings ++= [( repl-command-info keybind {keycode: char_d})]