-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmux 3.2: Multi-pane window cancels selection when moving by tmux-easy-motion #15
Comments
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:
|
@Futurile Thanks for your tests and your further investigation! 🙂 |
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.The text was updated successfully, but these errors were encountered: