chore: change detach shortcut to ctrl-@

This commit is contained in:
Job
2025-10-23 21:04:39 +02:00
parent 51f7e95104
commit 28766d5e87

View File

@@ -106,4 +106,4 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
podman run -td $(default_args) $(param_args $@) "$registry/$image" podman run -td $(default_args) $(param_args $@) "$registry/$image"
fi fi
podman exec --detach-keys "ctrl-q,ctrl-q" -it "$name" ${DEVC_COMMAND:-} podman exec --detach-keys "ctrl-@" -it "$name" ${DEVC_COMMAND:-}