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
This ties into the persistent undo discussion with @cessen, we'd like to have some sort of persistent state for searches, commands, undo, jump lists etc.
Neovim had quite some work done in their ShaDa implementation so that this state can be written to by multiple running editor instances.
So one feature I've been missing is the ability to navigate older commands I entered in
command_mode
, same thing appllies to search with/
.The text was updated successfully, but these errors were encountered: