For full text search please use the '?' prefix. e.g. ? Onboarding
Create a Directory and Change into It at the Same Time
mkd
(
)
{
mkdir
-p
"
$@
"
&&
cd
"
$@
"
;
}