7696122 / evil-terminal-cursor-changer

:smiling_imp: Chagning cursor by mode for evil on terminal.
80 stars 12 forks source link

Stop working with tmux after latest fix commit #29

Open mohkale opened 2 years ago

mohkale commented 2 years ago

After this commit this project is no longer properly changing the terminal cursor for me. It looks like you're using a custom escape sequence type tailored for tmux but I'm not familliar with it. I'm currently on tmux next-3.4, could you let me know what version this is expected to work with?

S.N. For now you can fix the issue by adding this to your config:

(advice-add 'etcc--make-tmux-seq :override #'identity)
mohkale commented 2 years ago

Looks like this escape sequence is a new optional feature customised through allow-passthrough (which is disabled by default). All things considered, I don't think it's good to rely on a feature which isn't enabled except for users that actually look into and decide to enable it.

marcofiset commented 2 years ago

This workaround works perfectly for me, thanks!