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 adds the history functionality to the textinput model. Specific
actions can push a new value into the history and they can be switched
back to via key presses.
This is done in relation to nobe4/gh-not#190
I was considering implementing that in my project, and realized that it
could just be part of bubbles instead.
Looking forward to getting some feedback on this. Especially the
comments below.
Using
<up>
and<down>
, it should be possible to go back in the search and command history.The text was updated successfully, but these errors were encountered: