dotfiles/terminal
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: Add job control shortcuts 2025-11-14 14:15:03 +01:00
.zshenv terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00