Disable line wrap in jed editor
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.
- Read more about Disable line wrap in jed editor
- Log in to post comments