-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Mouse Scrolling in vim in tmux #243
Comments
It was causing mouse scrolling issues (preservim/tagbar#243)
I'm not seeing the relation to #107, is that really the issue you wanted to refer to? As for this issue I'm afraid I'm not able to reproduce it, and I'm not sure how Tagbar could even be responsible for this, it hardly does anything with the mouse. What exactly do you mean by "installed", is it really enough to just be installed or does it have to be open? Does the same thing happen with NERDTree or even just a normal second window, or if you open Tagbar on the left side instead? |
I install vim plugins using vundle. I install it by putting
in my .vimrc, saving, sourcing my .vimrc, and running
As soon as I install this plugin, the scrolling issue shows up. I don't even have to open tagbar. Then to make it stop I have to remove that line from my .vimrc and run
And then I have to restart vim. And I don't have the issue when I have other vim windows or panes or tabs. And I don't have this issue with NERDTree. Do you use vim inside of tmux? |
You're right, I finally was able to reproduce the issue without tagbar installed. Uninstalling tagbar seemed helped with most of the issue, but I'm still seeing it with some files. |
Thanks for investigating, and sorry for the late reply. I was trying to think |
It was causing mouse scrolling issues (preservim/tagbar#243)
When I have this plugin installed it causing mouse scrolling issues in tmux. Normally I can scroll around inside of vim files inside of tmux just fine, but when this plugin is installed, I can only scroll down the file. When I try scrolling up the file, it scrolls up in tmux instead.
It may be related to Issue #107.
I'm using mac os x, vim version 7.4, and iTerm 2.
The text was updated successfully, but these errors were encountered: