command line - How to stop pasted text being highlighted in terminals in Ubuntu 16.10? - Ask Ubuntu
since upgrading ubuntu 16.10 16.04, every time paste text terminal running zsh
, text highlighted until type character. doesn't seem matter terminal emulator use (it happens both in gnome-terminal
, terminator
), seems matter zsh
shell (bash
not have problem). how can prevent this?
finally found (https://github.com/zsh-users/zsh-syntax-highlighting/issues/349):
zle_highlight+=(paste:none)
Comments
Post a Comment