- Date: 2026-07-06
- Severity: Medium
- Environment:
- OS: Linux
- WM: Niri
- Compositor: Wayland
- Software version: 2.10.0
Description
While Vim mode is enabled, pressing Space while in insert mode inside a table inserted through the slash-command menu opens the leader-hints popup instead of inserting a space character.
Steps to reproduce
-
Enable Vim mode from the settings.
-
Press / to open the slash-command menu, and choose Table.

-
Enter insert mode while inside a table cell.
-
Press Space.
Actual Behaviour
The leader-hints popup opens instead.
Expected Behaviour
Space inserts a space character into the current table cell.
Additional Notes
The issue only occurs in tables inserted through the slash-command menu while Vim mode is enabled. With Vim mode disabled, Space inserts normally in the same table. Space also inserts normally in regular note text while Vim insert mode is active.
Description
While Vim mode is enabled, pressing
Spacewhile in insert mode inside a table inserted through the slash-command menu opens the leader-hints popup instead of inserting a space character.Steps to reproduce
Enable Vim mode from the settings.
Press

/to open the slash-command menu, and choose Table.Enter insert mode while inside a table cell.
Press
Space.Actual Behaviour
The leader-hints popup opens instead.
Expected Behaviour
Spaceinserts a space character into the current table cell.Additional Notes
The issue only occurs in tables inserted through the slash-command menu while Vim mode is enabled. With Vim mode disabled,
Spaceinserts normally in the same table.Spacealso inserts normally in regular note text while Vim insert mode is active.