-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unexpected click+drag behavior within the minimap buffer #144
Comments
General mouse interaction varies a lot between different terminal emulators and gets even more messy when adding tmux or screen into the mix. The behavior I see is different than what you are describing (using iTerm2 + tmux on MacOS), so my guess is this is terminal emulator + mouse settings specific. |
@ZNielsen I tried using 6 other terminal emulators and they all featured the same behavior. Do you have any other troubleshooting suggestions? I'm not entirely sure what could be changing/specifying my mouse behavior (I am using a barebones wm, i3). I'm sorry if this is wasting your time; I really do like minimap.vim and would like to keep using it (preferably with the click+drag working if I can get it to). |
It might be a platform thing? MacOS seems to handle moving with the mouse just fine. Last thing you might want to try is to use tmux as another buffer between your input and the terminal? Video shows
minimapvim_GH-144.mp4 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Installation: manually, using #2 install script (after I used
chmod +x minimap_generator.sh
)vim --version
.vimrc
Action performed: I click on the minimap buffer, going to the correct line on initial click. Then, while holding my mouse button down still, I drag in any direction.
What happens: when clicking on the minimap buffer, if I drag in any direction, the minimap will move upwards (and my cursor, as well).
Behavior I expected: clicking the minimap, and then dragging upwards would send the cursor upwards, clicking the minimap, and then dragging it downwards would send the cursor downwards, and likewise for left/right (or left/right not moving the cursor at all).
Is this possibly a problem with how I have my vim configured? If I am careful, I can drag the cursor down one line before it begins travelling upwards.
The text was updated successfully, but these errors were encountered: