Skip to content

Commit

Permalink
Disable the simulated typing paste in oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc committed Dec 2, 2024
1 parent 0f296f5 commit 5fccb27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fccb27

Please sign in to comment.