Skip to main content
[Edit removed during grace period]
Source Link
CodyChan
  • 2.7k
  • 1
  • 23
  • 36
Source Link
CodyChan
  • 2.7k
  • 1
  • 23
  • 36

How to move to the end/beginning of the window/screen line?

For example, I got a small window, a long whole line is split into multiple lines, not actually split, but with one arrow at the end of each line of the window, if I use C-e or End key, this will move end point to the end of this actual line.

(setq truncate-lines nil)is set in my init.el, how can I move my point to the end of the window/screen line?