-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
K9s enableMouse not working in a tmux #2853
Comments
Same problem in alacrity |
Works fine for me. |
This works with k9s and mouse support enabled
|
Yes, I have mouse enabled in my tmux configuration, why would that influence k9s? I would think k9s should be able to support itself without affecting tmux. There are two family of problems I am running into. The first is the problems above. The second is a family of problems that affect tmux whenever k9s is turned on (even with mouse settings disabled in k9s). An example is, if I have k9s running in a pane, tmux mouse no longer works. If I scroll up on a pane in the same window k9s is running on, the whole window scrolls up. If I try to click a pane, it wont click (I have to move with the keyboard). Note: this only affects panes on the active window running k9s. If I switch to a different window I can use tmux mouse just fine. This family of problems may require a different issue opened up which I can do if you all think that is necessary.
Did not work for me, same problem. At this point I do not even want mouse to work in k9s. I want k9s to stop breaking tmux's use of the mouse whenever its open. I cant use the tmux mouse if k9s is running in any pane on the active window I am running. |
It works for me with Ubuntu + wsl |
When you get a chance can you share your full tmux.conf / k9s configs? Also share |
|
Describe the bug
When running k9s in a tmux session, mouse support does not work. This is when
ui.enableMouse
is turned on.To Reproduce
Steps to reproduce the behavior:
tmux
or attach an already active sessions withtmux attach -dt 0
Expected behavior
When opening
k9s
in tmux, mouse clicks operate as expected, mouse scroll of logs scroll without moving up the the current tmux session.Versions (please complete the following information):
Additional context
I did the following trouble shooting:
~/.config/k9s/config.yml
hasui.enableMouse
set totrue
.The text was updated successfully, but these errors were encountered: