dotfiles/terminal/.config/nushell
Marty Oehme 26e8cc3ccc
nu: Add job control shortcuts
Using <c-z> when a process is running backgrounds it (default behavior)
using the new nushell job control system (since v0.103).
This change also lets you re-foreground the backgrounded program with
the same <c-z> key mapping.

Additionally we add the `fg` alias which does the same and thus mimics
the fg command of other shells like zsh.
2025-11-14 14:15:03 +01:00
..
config.nu nu: Add job control shortcuts 2025-11-14 14:15:03 +01:00
env.nu terminal: Add carapace completions to all shells 2025-09-05 09:11:07 +02:00