Unverified Commit f8644a56 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny update tmux history limit on dev container (#9218)

parent e3e75a78
...@@ -304,6 +304,7 @@ set-window-option -g mode-keys vi ...@@ -304,6 +304,7 @@ set-window-option -g mode-keys vi
set-option -g escape-time 0 set-option -g escape-time 0
set-option -g base-index 1 set-option -g base-index 1
set-window-option -g mouse on set-window-option -g mouse on
set -g history-limit 100000
EOF EOF
# Configure Git # Configure Git
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment