dotfiles/terminal/.config/nushell
Marty Oehme b305be8ad0
nu: Add partial auto suggestion completion
The suggested history completion on the reedline (i.e. fish-like
autosuggestion) can be fully completed with the `l` key in vi cmd mode.

This change adds the ability to complete the suggestion partially by
completing the current word using `e`. If no history suggestion exists
it moves to the end of the current word as usual.

This mimics the partial completion I have set up in zsh with the help of
the `zsh-autosuggestions` plugin.
2025-11-14 14:15:04 +01:00
..
config.nu nu: Add partial auto suggestion completion 2025-11-14 14:15:04 +01:00
env.nu terminal: Add carapace completions to all shells 2025-09-05 09:11:07 +02:00