-
|
When using st flexipatch to SSH into a remote Linux server and running Micro text Editor, holding down a control key sequence like Ctrl+K (used to cut a line in micro) only triggers the action once, instead of repeating it continuously as long as the key is held. However, when using the same setup with Alacritty, Ctrl+K is repeated as expected while the key is held. This issue is not present when using local shells without ssh. Is there a setting for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Good question. Not my area of expertise so not sure if I'll be able to help. In my experience when connecting to remote servers using ssh there are often programs that make assumptions based on the The TERM environment variable can also affect What you can check on the remote server is what the output of the two commands are; and compare the output when using st vs Alacritty. |
Beta Was this translation helpful? Give feedback.
OK, does explicitly setting the TERM environment variable to "xterm" before using ssh make any difference with regards to repeating keypresses?