tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Fix bug with escape-time 0 #70

Open harkabeeparolus opened 4 months ago

harkabeeparolus commented 4 months ago

Rationale:

escape-time 0 prevents tmux from recognizing escape sequences that are fragmented across read/packet boundaries. You should raise that to a more reasonable value such as 100ms which should be enough time for most cases while still being quick enough that it shouldn't cause human-scale interaction issues.

casret commented 3 months ago

Very similar to https://github.com/tmux-plugins/tmux-sensible/pull/60 opened over 3 years ago. Feels like the project is abandoned, maybe time for a fork?

harkabeeparolus commented 3 months ago

Very similar to #60 opened over 3 years ago.

Indeed, you're right. Well spotted, thanks! ☺️

Feels like the project is abandoned, maybe time for a fork?

Well, that's depressing. 😕 I feel like we should try to find a new co-maintainer before deciding to fork. Seems like a desperate last-ditch effort for such a simple repo.

I'd be happy to help.