From 1a2a5a91328beb9d2114b2874aae0624bcfc83d3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 1 Jul 2023 10:14:36 +0200 Subject: [PATCH] zsh: disable highlighting pasted test in reverse --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index fbebfe9..53e76f4 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,9 @@ zi load nix-community/nix-zsh-completions zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path ~/.zsh/cache +# Highlighting +zle_highlight=('paste:none') + ## History HISTSIZE=50000 SAVEHIST=50000