Disable line wrap in jed editor

Submitted by Fekete Zoltán on

Yes, this is a very annoying feature. Jed breaks the lines at 80th character by default.

To switch this off put something like below into your ~/.jedrc file:

WRAP_DEFAULT=2048

Now line wrapping is performed at the 2048th character.

Tags