From 5fccb279c6bbfcc8a5c9f54d4cc8ebc6aee8432b Mon Sep 17 00:00:00 2001 From: kaelemc <62122480+kaelemc@users.noreply.github.com.> Date: Tue, 3 Dec 2024 08:49:33 +1300 Subject: [PATCH] Disable the simulated typing paste in oh-my-zsh --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 239c095..a41970f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -40,6 +40,8 @@ zstyle ':autocomplete:history-search-backward:*' list-lines 20 # auto completion list "bright white" - https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit zstyle ':completion:*' list-colors '=*=97' +# disable simulated typing paste +zstyle ':bracketed-paste-magic' active-widgets '.self-*' # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"