Created
May 6, 2020 08:06
-
-
Save AntouanK/6e03e7acb3875ec439882aab968b8848 to your computer and use it in GitHub Desktop.
command to add scrollback to tmux by making a tmux.conf on the fly
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
cat <<_EOF_ > "/${HOME}/.tmux.conf" | |
new-session | |
set -g history-limit 30000 | |
set -g mouse on | |
_EOF_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment