kastiglione wrote: for anyone interested: I override `s` to take an optional argument, so that it behaves like `sif`. In my .lldbinit: ``` command unalias s command regex s s/^$/step/ s/(.+)/sif %1/ ``` https://github.com/llvm/llvm-project/pull/120740