Atom

    https://github.com/atom/atom

    Shortcuts

    Looking for general atom func

    CTRL + SHIFT + P

    Looking for function/method

    CTRL + R

    Looking for file

    CTRL + P

    Research in all files

    CTRL + SHIFT + F

    Packages

    Manage package with this command: apm

    Remote Atom

    Allow to open a remote content, usefull when you don't want use ftp/sftp/sshfs.

    Install rmate on server

    wget https://raw.githubusercontent.com/sclukey/rmate-python/master/rmate
    chmod +x ./rmate
    mv ./rmate /usr/local/bin/rmate
    

    Connecting rmate through SSH tunnel

    ssh -R 52424:localhost:52424 user@example.com

    RemoteForward 52424 localhost:52424

    Note: You can use another port.

    Source