Open butwerenotthereyet opened 3 years ago
I tried this on my development machine (Manjaro Linux, kitty terminal and tmux 3.2a), but could not reproduce this behavior yet. I am going to install your environment on a fresh macOS VM. Maybe, there are some differences between platforms or terminal emulators.
I could reproduce the problem on macOS with Alacritty and the default terminal and on Ubuntu 20.04 with the GNOME terminal. So it seems to be indepedent from the operating system and the terminal emulator.
I'm using tmux 3.21. I think it's something to do with how Tmux is handling the terminal emulator, as I have a consistent fail:
Here is some example text:
My thoughts meander along (blown round unbound) the poets verse:
I wandered lonely as a cloud
That son high o'er vales and hills,
When all at once I saw a crowd,
A host, of golden daffodils;
Beside the lake, beneath the trees,
Fluttering and dancing in the breeze.
@Futurile Thanks for your tests and your further investigation! :slightly_smiling_face: I tried your instructions on Manjaro Linux, kitty 0.24.1 and tmux 3.2a, but still I cannot reproduce this error on my development machine (but I suspect it also broken for me on my Mac VM). I really would like to fix this issue, but I have still no idea what is going on here...
Does tmux-easy-motion often fail for you @butwerenotthereyet and @Futurile when multiple panes are involved?
@IngoMeyer441 Yes, it fails very often when there are multiple panes involved.
Gentoo, kitty 0.26.5, tmux 3.3a.
The same issue.
In tmux 3.2, if a window has multiple panes, when you begin a selection and then move via tmux-easy-motion, your selection is cancelled, preventing you from selecting a region via tmux-easy-motion.
These screenshots were taken in a tmux 3.2 client running in Alacritty on macOS. It was launched like this:
Starting from a session with a single window split vertically where the left pane has
man tmux
running, enter copy mode, jump to a character, begin selection, move a little to see that the selection is active, then use tmux-easy-motion, and jump to a different character. At this point, you will see that the selection has been cancelled.