-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Drag Reordering only when mouse hovering tab #193
Comments
Hmm that is not the intended behavior, and is not how it works for me. Mouse mappings should work like normal. Mind providing some more info about your environment / nvim version? |
Thanks for your reactivity ! :) Here a video to show you what's happening : About my environment, I'm on Arch Linux with Hyprland (so Wayland), with a Nvidia GPU, Neovim 0.9.5, Cokeline installed from main branch. and here's my cokeline config :
|
Hmm, alright. Not sure what's causing this since you're on 0.9 so |
This was totally an oversight on my part! Not sure how I (or others, until now) didn't notice haha. Fixed! |
I tested it and it is fixed ! Thanks 😄 (really cool LFA pic btw) |
Awesome! Haha thanks, pretty sure I just found it on google in like 2015 and never changed it 🤣 |
Hi !
I enabled mouse (disable_mouse = false) so I can drag buffers and reorder them, but this feature works on the ENTIRE buffer. I mean if i click + drag inside the buffer, it does activate the buffers reordering.
This is pretty annoying because when i want to select lines or words in the buffer, the selection "freeze" until I release my mouse button.
Is it a bug or a feature ?
If it is a feature to reorder inside the buffer, is it possible to deactivate it or maybe just enable it only when hovering a tab ?
The text was updated successfully, but these errors were encountered: