You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I scroll in a buffer with lots long lines. Especially scroll up from a little low to beginning of buffer. I can't scroll to the beginning. Because the wrap lines affect the view.
I think the solution is use 'sublimity-map-setup-hook to detect and set truncate-lines to t; and set back to original value.
I have no time to write related codes so I have to do this in my init.el:
(set-default 'truncate-lines t)
The text was updated successfully, but these errors were encountered:
I default turn off truncate-lines.
When I scroll in a buffer with lots long lines. Especially scroll up from a little low to beginning of buffer. I can't scroll to the beginning. Because the wrap lines affect the view.
I think the solution is use 'sublimity-map-setup-hook to detect and set truncate-lines to t; and set back to original value.
I have no time to write related codes so I have to do this in my init.el:
(set-default 'truncate-lines t)
The text was updated successfully, but these errors were encountered: