AutoYADM commit: 2025-05-19 18:28:44

This commit is contained in:
Daniel Fichtinger 2025-05-19 18:28:44 -04:00
parent dcef001856
commit a8ad261fb0
2 changed files with 6 additions and 1 deletions

View file

@ -105,3 +105,8 @@ define-command -docstring %{
} > /dev/null 2>&1 < /dev/null &
}
}
define-command -docstring "Create a scratch buffer" scratch %{
edit -scratch
}
alias global s scratch