tramp-term.el
tramp-term.el copied to clipboard
Provides a quick way to create an ansi-term containing an ssh session with remote directory tracking already configured.
Hi, This may be reaching but I use Emacs a lot from my local computer to configure remote servers, and `tramp-term` helps a lot with that. However, I have noticed...
This would be helpful to me. Basically, when 'tramp-term' has no arguments, load up what's in default-directory, parsing host, username and directory using tramp.
Often, many networks are setup in a manner such as there is a gateway server and from that you can ssh into 'local machines'. On command, it's possible to do...
Is it possible to send(instead of doing copy-paste) a selection of text from another buffer to tramp-term?
Hi, I love this package except for one thing. I have found that if I make a typo it freezes my session. For instance if i type `tramp-term abc` I...
Hi, I was just wondering, after reading your [comment](https://github.com/randymorris/tramp-term.el/blob/master/tramp-term.el#L65-66), if it would be possible to just use [this trick](http://irreal.org/blog/?p=5248) to set the `default-directory`.