Tab Completion In Emacs shell-mode SSH Sessions

后端 未结 2 517
鱼传尺愫
鱼传尺愫 2021-02-08 07:48

My current use pattern of emacs results in my having several shell-mode buffers open, each running an ssh session. I am running into an issue with this, though - when I try to

2条回答
  •  自闭症患者
    2021-02-08 08:26

    Instead of running M-x shell and running ssh to the remote computer, visit a directory on the remote computer (using Tramp) and then run M-x shell in that Dired buffer.

提交回复
热议问题