(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:
| { | |
| "name": "magento/theme-frontend-air", | |
| "description": "N/A", | |
| "require": { | |
| "php": "~5.6.5|7.0.2|7.0.4|~7.0.6", | |
| "magento/theme-frontend-blank": "100.1.*", | |
| "magento/framework": "100.1.*" | |
| }, | |
| "type": "magento2-theme", |
| #Retrieve the name of the user running Apache with a command similar to this: | |
| ps aux | grep apache # The username should be in the first column. | |
| #Retrieve the groups this user is part of with the groups(1) command: | |
| groups [USERNAME] | |