Vim Navigation Inside Multi-Line Table Cells Doesn't Work Properly

Steps to reproduce

(this Video is propably of value: https://youtu.be/Y-2uWDOhDgY).

  • Activate Vim Mode.
  • Create a table with table cells having 3+ lines (using Shift+Enter) inside them (which is realized by using <\br> in markdown).
  • Navigate inside the table cell using j & k and h & l.

Did you follow the troubleshooting guide? Y

Expected result

j/k should move down/up to the upper/lower line inside the table cell.
h/l should move to the left/right in the current line inside the table cell.

Actual result

j/k skips the most lower/upper line (goes to the previous/next row too early).
h/l goes to other cells inside of moving inside the current line (if the current line isn’t the most upper line).

Environment

SYSTEM INFO:
	Obsidian version: v1.9.10
	Installer version: v1.9.10
	Operating system: Windows 11 Pro 10.0.22631
	Login status: logged in
	Language: en
	Catalyst license: insider
	Insider build toggle: on
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: off
	Plugins installed: 0
	Plugins enabled: 0

RECOMMENDATIONS:
	none

Additional information

  • Video: https://youtu.be/Y-2uWDOhDgY (same as above).

A post was merged into an existing topic: Vim: Support more commands in Live Preview Tables