﻿---
title: "关掉 TUI 突发粘贴检测"
filename: "~/.codex/config.toml"
canonical: /templates/tui-disable-paste-burst/
---

# 关掉 TUI 突发粘贴检测

写进 [tui]。顶层 disable_paste_burst 只是回退。改完新开会话。

```
[tui]
disable_paste_burst = true

```
