(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| @version:3.2 | |
| # =============================================================================================== | |
| # Configuration file for syslog-ng, customized for remote logging | |
| # =============================================================================================== | |
| # Options | |
| # Note about $HOST / HOST | |
| # Description: The name of the source host where the message originates from. | |
| # If the message traverses several hosts and the chain_hostnames() option is on, the first host in the chain is used. | |
| # If the keep_hostname() option is disabled (keep_hostname(no)), the value of the $HOST macro will be the DNS hostname of the host that sent the message to syslog-ng OSE (that is, the DNS hostname of the last hop). In this case the $HOST and $HOST_FROM macros will have the same value. |