fcsonline / tmux-thumbs

A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator
MIT License
917 stars 61 forks source link

Support paths with $ symbols #132

Closed fcsonline closed 1 year ago

fcsonline commented 1 year ago

It is quite common in some web frameworks (NextJS, Remix) to define routes with $ on them. Adding support for paths that represent those routes.

andresgutgon commented 1 year ago

Thanks!