Last active
November 8, 2020 16:05
-
-
Save kleo/0b5c15e5e4f93f0ce467ba830e6035c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.tmux.conf | |
| new-session | |
| set -g status off | |
| set -g history-limit 30000 | |
| # connect using mosh | |
| mosh HOST -- tmux a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment