tmux-plugins / tmux-copycat

A plugin that enhances tmux search
MIT License
1.11k stars 63 forks source link

Feature Request: support copying very long lines that wrap #94

Open ananthmo opened 8 years ago

ananthmo commented 8 years ago

Suppose your tmux terminal is 100 characters or so wide (common when using vertical panes). There is a contiguous output, such as a URL, which is over 100 characters, and spans multiple terminal lines. Any of the copycat searches will not catch the full URL, so can't seamlessly copy/paste it.

Due to performance probably don't want to consider an infinite amount of lines, maybe it can be a config setting, with default to searching across 1 line (preserving current behavior).

Just something to consider, not sure if this is feasible or not. Thanks!

tinmarino commented 1 year ago

Duplicates #59