comparison dot_zshrc @ 597:39afef47145e

Disable bracketed paste for TMUX
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 01 Jul 2022 10:56:16 +0200
parents daa64dbb12f9
children b8f4fa2ebc4b
comparison
equal deleted inserted replaced
596:94c3f77b05dd 597:39afef47145e
276 } 276 }
277 277
278 ZSH_AUTOSUGGEST_STRATEGY=histdb_top_here 278 ZSH_AUTOSUGGEST_STRATEGY=histdb_top_here
279 279
280 autoload -U compinit && compinit 280 autoload -U compinit && compinit
281
282 if [ ${TMUX} ]; then
283 unset zle_bracketed_paste
284 fi