HTML Architect: Xsl editor vim mode - o/O command

Origam 2026.9.alpha. VIM mode o/O command behaviour is following:

o - go to the last character of the row and switch to insert mode
O - go to the last character of the previous row and switch to insert mode

The standard/expected behaviour is:

o is supposed to create a new line below the line the cursor was on, and put the cursor in the new line.

O is supposed to create a new line above the line the cursor was on, and put the cursor in the new line.