if I go down with the cursor a line I'd like that the cursor jumps back to the end of the new line instead of just going down a row .. or when I click somewhere that the cursor is set to the end of that row...
how can I make that ?
Unfortunately it is not possible to get the cursor to jump back
By design Zeus always keeps the cursor on the screen which means that if the window is scrolled then the cursor will scroll too.
The only thing I can suggest is using the undo key. All cursor movements are undoable/redoable events and multiple cursor movements are stored as a single event. This means even if the cursor does move, you should be able to restore the original cursor location with a single press of the undo key.
To get the cursor to move to the end of the line just do the following:
- Options, Editor Options menu
- Chekc the Mouse down puts cursor at EOL option
Jussi