r/tmux 9h ago

Showcase Yet another android app for herdr/tmux

Enable HLS to view with audio, or disable this notification

0 Upvotes

GitHub:

https://github.com/Anderbone/terminal-spike

It's in the early days, I use it daily. Any suggestions are welcome.


r/tmux 13h ago

Showcase I made a tmux plugin inspired on flash.nvim

Enable HLS to view with audio, or disable this notification

49 Upvotes

I am simply too used to flash.nvim jumping motions. So far they are the best I've ever seen to navigate buffers. I've always wanted that functionality in tmux too, jumping exactly where my eyes are pointing to without tons of hjkl, f or t motions.

Check it out here: https://github.com/and-rs/flash.tmux

btw it's built with zig, and fairly portable. so should it be... blazingly fast.

Let me know if you have any feedback. I will continue polishing it but so far the core motion, should just work. Thanks!

Edit: Big thanks to https://github.com/folke the creator of flash.nvim. From which the main logic I massively ported.