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?