github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/detach-keys.md (about) 1 ####> This option file is used in: 2 ####> podman attach, exec, run, start 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--detach-keys**=*sequence* 6 7 Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" disables this feature. The default is *ctrl-p,ctrl-q*. 8 9 This option can also be set in **containers.conf**(5) file.