hyper
hyper copied to clipboard
Hyper doesn't correctly support mouse mode in tmux 2.5
- [x] I am on the latest Hyper.app version
- [x] I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name:
OSX 10.12.5
-
Hyper.app version:
Version 1.3.3 (1.3.3.1754)
- Link of a Gist with the contents of your .hyper.js: Vanilla install, no customisation.
- Relevant information from devtools (CMD+ALT+I on Mac OS, CTRL+SHIFT+I elsewhere): N/A
-
The issue is reproducible in vanilla Hyper.app:
Is Vanilla
Issue
Mouse mode in tmux 2.5 (stable) does not appear to function.
Steps to reproduce (from clean install of all tools)
- Install Hyper
- Install tmux via
brew install tmux
- Configure tmux to use mouse mode by
echo "set -g mouse on" >> ~/.tmux.conf
- Run
tmux
- Inside a tmux session run
tmux split-window
Expected behaviour
You should be able to use the mouse to select which pane within the tux session is active.
Actual behaviour
No effect. It does not allow mouse interaction with panes in tmux, and no obvious logging is produced within Hyper to indicate an error.
I've validated this functions as expected in Terminal.app and iTerm with same config and installation steps.
experienced this as well with tmux 2.5 running on a mbp 2013.
👍
I am having this exact same issue with Hyper (version 1.4.2) on Windows 10. I'm using Hyper for Windows Subsystem for Linux and can not get the mouse to work correctly at all in tmux within Hyper. It works fine within the WSL Ubuntu terminal emulator (which doesn't have other features that Hyper has). Is there any fix on this? Thanks!
Same problem with Midnight Commander. So this issue is not specific to tmux, it seems that Hyper just ignores mouse input. In Terminology and GNOME Terminal it works fine.
It's a huge bummer. I would think this is relatively simple to fix?
I have serious issues with tmux, like in Visual Mode, selecting things then copying, hyper just hangs.
Also, sometimes, the mouse buttons starts typing things.
Completely ignoring mouse input is a huge issue for me and is really preventing me from using hyper.
I also have this issue, both with macOS and Debian. It would be great if this could be fixed, as I really enjoy hyper though need tmux.
Is there any update on this issue ?
Same problem on OSX with tmux 2.6 and hyper 1.4.8.
Same problem here. OSX with tmux 2.6 and hyper 1.4.8.
Hello, is there Any update on this issue ?
2018-03-04 18:40 GMT+00:00 Peter Begle [email protected]:
Same problem here. OSX with tmux 2.6 and hyper 1.4.8.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeit/hyper/issues/2020#issuecomment-370252472, or mute the thread https://github.com/notifications/unsubscribe-auth/Acld85meVeKLUG0MT8ylZWlrkQ5B2fvlks5tbDUhgaJpZM4OeoWz .
Also happens to me.
When clicking on a pane in tmux, random characters gets typed in the terminal.
Hyper v1.4.8 tmux v2.5 Ubuntu 17.10
This issue is the reason why I won't be using Hyper for now. Will wait till this is fixed.
Please fix this. Hyper is awesome!
Running into this. Windows 10 + hyper + tmux
- OS version and name: windows 10 pro 1709 wsl(ubuntu after Fall Creators Update)
- Hyper.app version: Version 2.0.0
- Link of a Gist with the contents of your .hyper.js: .hyper.js
- Relevant information from devtools (CMD+ALT+I on Mac OS, CTRL+SHIFT+I elsewhere): N/A
- The issue is reproducible in vanilla Hyper.app: yes
tmux(V2.1) mouse select pane not working
same problem. Hyper is awesome for real(except this :( )
Can confirm that this still is an issue. Using zsh on WSL.
Still an issue using tmux + zsh in WSL. I am also having scrolling issues when using split panes, or running vim. Scrolling causes the entire terminal output to scroll rather than scrolling within an individual pane or the buffer in vim.
Still an issue. Hyper is ignoring all mouse inputs.
+1
Works for me. Try hyper 3
I have Hyper version 3.0.0 (stable) and it still is not working for me.
@pablopunk what exactly is working for you and what settings are you using to get it to work?
@abid-mujtaba using tmux with mouse works perfectly for me. I can focus splits, resize them, focus window, etc. The only thing that didn't work for me was ALT+mouse to select text in Mac, but it does now with this hyper option macOptionSelectionMode: 'force'
@pablopunk would you mind sharing your tmux version and a gist of your .tmux.conf
and .hyper.js
?
I am running tmux version 2.6 and have setw -g mouse on
in my .tmux.conf
but no luck.
Thanks @pablopunk. I guess, I can try updating to tmux 2.8. It might also be a Windows/WSL thing.
If I can impose on you one last time, could you reduce your .tmux.conf
to just the set -g mouse on
(remove all other configuration temporarily) and verify that the mouse still works. Much obliged.
@abid-mujtaba yep, still working. Yeah it's probably due to WSL cause I also had some troubles with it using it with Hyper, maybe even the same as you. Is it working with Windows cmd?
@pablopunk I wouldn't even know where to begin setting up tmux on Windows cmd. I will gain access to an Arch Linux machine in a couple of days and test it out there.
@abid-mujtaba I meant that you can use WSL inside cmd. Just run a cmd window and type bash
@pablopunk just tried using the default shell in hyper (cmd) and then typed bash
to gain access to WSL. Still no mouse action.
Also, does scrolling work for you, especially inside vim (with or without tmux)?