IngoMeyer441 / tmux-easy-motion

Vim's easy-motion for tmux
MIT License
81 stars 6 forks source link

Develop #11

Closed IngoMeyer441 closed 3 years ago

IngoMeyer441 commented 3 years ago

@butwerenotthereyet Could you please have a look at commit 2fdae94c033d7a1e4419f2eb082a98d7a6ef8ec6? It changes many of the lines you already refactored. I think it should be enough to use one ID per -t switch since all IDs are unique in one tmux server instance. Or do I miss something here?

butwerenotthereyet commented 3 years ago

@IngoMeyer441 Looking good! You're right--I got carried away with IDs. 😅 I like how still some commands (window-size) get window_id. And getting rid of subshells! 🚀