dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.32k stars 358 forks source link

🐛 Mouse scroll not working in jetbrains ide's terminal #1698

Open xiaozhuai opened 1 month ago

xiaozhuai commented 1 month ago

delta pager with mouse scroll not working in jetbrains ide's terminal. But bat and less works good. Here is my env

# pager
export PAGER="less -RF --mouse"

# bat
export BAT_PAGER="${PAGER}"

# delta
export DELTA_PAGER="${PAGER}"