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

Shift+MouseWheel -> Horizontal Scrolling #22

Closed
jk3us opened this issue Sep 20, 2017 · 3 comments
Closed

Shift+MouseWheel -> Horizontal Scrolling #22

jk3us opened this issue Sep 20, 2017 · 3 comments

Comments

@jk3us
Copy link

jk3us commented Sep 20, 2017

It would be nice to be able to horizontally scroll with your mouse. Chrome uses Shift+MouseWheel to do this, so I'd suggest that to be used.

@jk3us jk3us changed the title Ctrl+MouseWheel -> Horizontal Scrolling Shift+MouseWheel -> Horizontal Scrolling Sep 20, 2017
@okbob
Copy link
Owner

okbob commented Sep 20, 2017

I am not sure if it is possible with ncurses mouse driver. I'll test it.

@jk3us
Copy link
Author

jk3us commented Sep 20, 2017

I just realized that shift-wheel is caught by my terminal. I had a vim thing configured that used ctrl (which is why I posted that as the original title):

nmap <silent> <C-ScrollWheelDown> zL
nmap <silent> <C-ScrollWheelUp> zH

But some way to easily scroll horizontal would be nice, if possible.

@okbob
Copy link
Owner

okbob commented Sep 22, 2017

Shift MouseWheel doesn't work on some terminals - I hope so Alt MouseWheel is ok too.

@okbob okbob closed this as completed Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants