Skip to content

Instantly share code, notes, and snippets.

@improve100
Created August 1, 2018 06:00
Show Gist options
  • Save improve100/69653f55d8006b0789d1977d56ecb6f4 to your computer and use it in GitHub Desktop.
Save improve100/69653f55d8006b0789d1977d56ecb6f4 to your computer and use it in GitHub Desktop.
tramp-mode size too small
M-x customize-mode RET tramp-mode
Set Tramp Copy Size Limit and Tramp Inline Compress Start Size to a very high number (1000000 in my case)
to avoid out-of-the band and/or compressed data transfer. Note that, unlike the OP, I had to change both
of them to get it to work. Again, this means it only works for inline, uncompressed transfer but as for
the OP, this is more than enough for me since I just want to remotely edit fairly small ASCII files with
the best editor that exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment