I am taking ssh connection to linux where is tmux 3.3 (installed from conda). Mouse mode is not working, I want to use mouse to select panel (split window) or scroll terminal . I have tried help from here, but none of them didn't help:
tmux mouse mode doesn't work
Related
I've just finished setting up ZSH on Windows Terminal. However, I can't for the life of me figure out how to enable the CTRL + Click to follow a link. Eg: When I launch Jupyter Notebook in a directory, to make the URL http://localhost:8888 clickable so that it directly opens the link in the browser.
Is there some setting that I can change in the profiles.json or some plugin for ZSH that I can install that will allow me to do this? Thanks in advance!
How can you enable mouse support in in Midnight Commander in MSYS2?
Currently when I click the options menu there appear only control sequences like 6;1M6;1m in the console.
When I ssh into a Linux box from the same MSYS2 bash shell, Midnight Commander works with mouse support. So I guess I need to change a local Midnight Commander setting.
I was having the same issue. I switched the terminal emulation of cmd.exe (under options/terminal) to "xterm-vt220". Now it works
with current [2019-08] MSYS2 and mc, mouse control is working fine.
Symptoms:
When starting Pycharm:
the keyboard seems completely unresponsive
the cursor disappears
menu items with keyboard bindings are greyed out
text selection still works with the mouse, but the cursor is not visible
This may be related to another SO question "pycharm with ideavim occasionally makes the keyboard unresponsive" but ideavim is not involved.
Set-up:
remote desktop connection to a Windows 7 64-bit computer
Windows machine has Xming running as a X-window server
Using PuTTy to ssh tunnel into a Linux box running SuSE 11.3
Pycharm v4.0.5
JRE 1.7.0
Further Details
switching between tabs in Pycharm doesn't fix this
no cursor is visible in the console, python, or editor windows
switching to another X-window (xclock) doesn't help
switching to another non-X-window doesn't help either
re-starting Pycharm doesn't help
sudo ibus restart, see issue 78860 on my flavor of linux doesn't do anything
Working fix:
Turn off the 'Tip of the day' start-up dialogue box, then re-start Pycharm.
I can confirm that it works as a fix to my specific problem.
It sounds like there's a known problem with the cursor disappearing: see issue 65637 and issue 79312. Based on my experience it seems that this problem can also be caused when Pycharm pop-up windows steal focus.
Hope this is useful to some other folks out there.
I am using pycharm in ubuntu and this thing worked for me. Just run this command in terminal. I don't even restarted. It worked.
$ ibus-daemon -rd
I ran some ssh session via terminal in IntelliJ. Session eventually timed out and I had to kill the process with CTRL+C.
Whenever I start my terminal now, IntelliJ wouldn't start new session. I see only blinking cursor:
I tried disabling and re-enabling plugin again, but it didn't help.
I am using OS X and my terminal settings point to standard bash (tried zsh and fish as well, no change).
When I try to display web inspector just a grey background shows instead of that. I tried to restart browser but it didn't help. It happens in Safary 7 OS X Mavericks.
Anybody knows what is that could be?
Resizing of the window or web inspector helps to display WI content. But the problem happen all the time.
Solution (works permanent, without reboot):
Open Terminal:
killall -KILL Dock
This is Dock restart.
EDIT:
Also you can make alias in ~/.bashrc or ~/.bash_profile, for fast run of this cmd.
alias dockrestart="killall -KILL Dock"