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.
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).