I am using ST4 4107 on Windows. When using Rust Enhanced, the caret moves incorrectly when pressing ‘Home’ and ‘End’ key.
The caret moves correctly when opening a file freshly. After saving the file to trigger rust check, pressing ‘Home’ and ‘End’ moves caret to one line above instead of end/begin of current line.
Video showing symptom: https://www.youtube.com/watch?v=teCojV0qi6o
Things I’ve tried:
- Delete settings/cache to start a fresh instance and only install Rust Enhanced. The problem persisted.
- Run sublime.active_window().active_view().run_command(‘move_to’, {‘to’: ‘eol’}) manually in command window. The highlighted line moves up, indicating the caret was moved to one line above.