Install package
Ctrl + shift + p
Ctrl + d
Right Mouse Button + Shift
Or
Middle Mouse Button
Or
Ctrl + Alt + Up
Ctrl + Shift + Space
Ctrl + /
Ctrl + Shift + /
Ctrl + `
Ctrl + r
ctrl + 1, ctrl + 2, ...
At console (Ctrl + `), type :-
sublime.log_commands(True)
Shift + F4
Install "rsub" in sublime 3.
Ctrl + shift + p, choose "Package install", then search for "rsub".
sudo wget -O /usr/local/bin/rmate https://raw.github.com/aurora/rmate/master/rmate
If you’re using Windows I’ll assume you use Putty as your SSH client.
Load your session and go to the Connection > SSH > Tunnels category.
Write 52698 as "Source port" and localhost:52698 as "Destination".
Change the radio buttons below so that "Remote" is selected and click "Add".
That’s it! You’re now ready to edit any remote text file locally.
Just execute rmate <file> and the file will be seamlessly transferred through SSH and opened in ST3 (be sure to have it open).
You can edit the file locally and each time you save it will be automatically transferred to the remote machine.
./Data/Packages/User/Default (Windows).sublime-keymap
/ln_toggle_display.py
/Preferences.sublime-settings
/Printf_0d.sublime-snippet
/Printf_0s.sublime-snippet
/Printf_0x.sublime-snippet
/toggle_draw_white_space.py