All you need is an Android buildsystem (LineageOS is recommended)
- Export your infos (replace examples with your infos)
subject='/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/'
| # based on https://gist.github.com/brianredbeard/8963552 | |
| # make CTRL+a the 'prefix' ala screen. | |
| bind C-a send-prefix | |
| set -g prefix C-a | |
| # get rid of the tmux standard of CTRL+b | |
| unbind C-b | |
| # 0-based indices | |
| set -g base-index 0 | |
| setw -g pane-base-index 0 |