When I do split screen in emacs, I sshed into a remote machine’s emacs and I can’t use the control-x key without calling both original and the remote one at the same time. Is there a way to solve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This doesn’t really address your problem, but you could circumvent it by running Emacs locally and accessing the remote files via tramp.
If you use the scpc or rsyncc tramp methods, it will attempt to use ControlMaster to maintain a single ssh connection for all communication with that server, which I find makes tramp a very efficient option for remote access, as well as being convenient.