As asked here - How do you bind hotkeys to cursor movement?
Use case or problem
I navigate using cmd+ijkl in Emacs and vscode, and would like to do so in Obsidian also. My down arrow key doesn’t work very well.
Proposed solution
Expose cursor movement commands so can bind keys to them.
Could follow vscode conventions for command names - eg
cursorDown, cursorRight, cursorWordLeft, cursorPageEnd, cursorTop, etc.
search ‘cursor’ in Keyboard Shortcuts for all of them.