linuxmint / xed

X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)
GNU General Public License v2.0
445 stars 84 forks source link

Go to end of wrapped line after pressing the "End" key twice. #630

Open HT-7 opened 7 months ago

HT-7 commented 7 months ago

xed version: 3.2.7

Pressing the "End" key twice needs to go to the end of a wrapped line, like it does in Kate and Notepad++.

Inversely, pressing the "Beginning" key twice should bring the cursor to the beginning of a wrapped line.

Given that "CTRL+arrow down" already goes to the end of the next line and "CTRL+arrow up" to the beginning of the previous line, code from there could be recycled. Therefore, I doubt this essential feature would take more than five minutes to be implemented, so why not do it right now? Make this the achievement of your day.