(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
:
by xero updated 10.29.24
# | |
# To use this on your own server, change the port and username to what you wish to use and deploy the public key for that user onto your SSH server. | |
# Make sure to leave at least one SSH session open while you test this! | |
# | |
# Run on a custom port | |
Port 54321 | |
# Restrict user access to the minimum | |
PermitRootLogin no |