Files
dotfiles/dot_config/nushell/nu_scripts/custom-menus/fuzzy
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00
..
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00

a few keybindings using the new input list --fuzzy command to interactively select what to do:

  • history.nu: select a command from history
  • directories.nu: select a directory, recursively from the current PWD
  • modules.nu: recursively select and insert a .nu module from NU_LIB_DIRS inside a use ... command, ready to be run by pressing enter