Terminal Management
bkgLaunches a command in the background, fully detached from the terminal using nohup.
detachRuns a command in the background using nohup, fully detached from the terminal with stdout/stderr discarded.
fish_mode_promptEmpty override.
fish_promptCatppuccin Mocha fallback prompt (nim-style, two-line).
fish_right_promptRenders the right-side prompt.
jobrunnerRuns, lists, inspects, re-attaches to, and terminates named background jobs using tmux or GNU screen as the process engine.
jrShorthand for jobrunner.
splitOpens a new pane split in Kitty or WezTerm, optionally running a command in it.
spwinSpawns a new terminal OS window in Kitty (via spawn-window.sh if present, otherwise kitty @ launch) or WezTerm (via wezterm cli spawn).
sshWraps ssh with kitten ssh inside Kitty terminal for better terminal integration (terminfo forwarding, multiplexing, copy/paste support).
tabOpens a new tab in Kitty, WezTerm, or Konsole using the current working directory (or $cdto if set).