diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..78ae9bb --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g history-limit 30000 +set -g mouse on +set -g allow-passthrough on