You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have one editing mode. That results all keystrokes to be recorded and dispatched as events. That results in invoking certain keymaps while typing input (i.e. using search and opening the filter dialog).
To fix the issue we need to have the idea of modal editing like, vi/vim/nvim.
The text was updated successfully, but these errors were encountered:
Currently we have one editing mode. That results all keystrokes to be recorded and dispatched as events. That results in invoking certain keymaps while typing input (i.e. using search and opening the filter dialog).
To fix the issue we need to have the idea of modal editing like, vi/vim/nvim.
The text was updated successfully, but these errors were encountered: