RemoteSubl
RemoteSubl copied to clipboard
Use rmate with Sublime Text, an improved fork of rsub.
Hello :) Is it possible to fix this error somehow? ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 528, in on_api_ready plc() File "C:\Users\User\AppData\Roaming\Sublime Text\Installed Packages\RemoteSubl.sublime-package\remote_subl.py", line...
Sublime is running on Arch Linux, rmate on NixOS. What's up with that? Sublime build 4142
I often have 2-3 different sessions with Sublime + iTerm2 open. Using a simple batch script, I have set my iTerm2 to change colours (by activating a different iTerm user)...
I am trying to connect my windows system to my linux but I can't find where I should save the rsubl so that the git-bash terminal on my windows system...
Thanks in advance for the great work! Host: I have install Sublime Text (build 4126) on my Mac. Device: Raspberry pi with Ubuntu 22.04 After I installed rsub on my...
thanks for the nice tool! :) I am just reporting that I had to change permission of the bin file, with `sudo chmod 755 /usr/local/bin/rsub` in order to make it...
Hello, Thanks for the great tool! I am running $rmate tst.py , and don't get any error message, but my sublime does not open any file. Would you be able...
I have an .ssh config that looks like this: ``` Host ec2-x-x-x-x.us-east-2.compute.amazonaws.com RemoteForward 52698 127.0.0.1:52698 Host * ServerAliveInterval 20 ``` Sometimes my connection to that aws machine fails, after which...
Is there any workaround to not make it a requirement to have sublime text already open? If not is there a way to open sublime text in the background on...
After adding ``` Host examplehost RemoteForward 52698 localhost:52698 User user ``` to `.ssh/config`. I can no longer use `rsync` to copy it seems. I get the following error: `Warning: remote...