Skip to content
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

Closed
agarrharr opened this issue Jan 7, 2015 · 4 comments
Closed

Mouse Scrolling in vim in tmux #243

agarrharr opened this issue Jan 7, 2015 · 4 comments

Comments

@agarrharr
Copy link

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.

agarrharr pushed a commit to agarrharr/settings that referenced this issue Jan 7, 2015
It was causing mouse scrolling issues
(preservim/tagbar#243)
@majutsushi
Copy link
Collaborator

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?

@agarrharr
Copy link
Author

I install vim plugins using vundle.

I install it by putting

Plugin 'majutsushi/tagbar'

in my .vimrc, saving, sourcing my .vimrc, and running

:PluginInstall

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

:PluginClean

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?

@agarrharr
Copy link
Author

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.

@majutsushi
Copy link
Collaborator

Thanks for investigating, and sorry for the late reply. I was trying to think
of any connection between Tagbar and what you were seeing but couldn't come up
with anything. Good to know it doesn't seem to be related after all.

agarrharr pushed a commit to agarrharr/settings that referenced this issue Oct 27, 2016
It was causing mouse scrolling issues
(preservim/tagbar#243)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants