Skip to content

Instantly share code, notes, and snippets.

@AntouanK
Created May 6, 2020 08:06
Show Gist options
  • Save AntouanK/6e03e7acb3875ec439882aab968b8848 to your computer and use it in GitHub Desktop.
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
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