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
Version 1.25 (June 2018) changed defaults for history navigation to plain up/down arrows where this previously moved between fields (implemented in #12645). I like the change itself but often press up/down arrow accidentally as my muscle memory is used to navigating between fields with that.
The problem is that up/down arrows now navigate history, losing what I just typed. Imagine I carefully write some regular expression in the search box, want to limit it to *.md files so I press the down arrow.. ooops, my regex is gone.
The proposed change here is to remember what I just typed into the field. For example, I write my regex, press down, realize that this is a history navigation command (which itself is debatable; shouldn't history navigation be triggered by Up only, like in terminal?) so I press the opposite arrow and my regex is back.
Thanks for considering this.
The text was updated successfully, but these errors were encountered:
sandy081
added
bug
Issue identified by VS Code Team member as probable bug
and removed
info-needed
Issue requires more information from poster
labels
Jul 13, 2018
Correct, I already have some history so pressing down arrow replaces my search string with an item from the history, with no way to get my manually typed text back (all this is before I pressed Enter for search so my search string has not been added to the history yet). @sandy081, thanks for looking into it!
Version 1.25 (June 2018) changed defaults for history navigation to plain up/down arrows where this previously moved between fields (implemented in #12645). I like the change itself but often press up/down arrow accidentally as my muscle memory is used to navigating between fields with that.
The problem is that up/down arrows now navigate history, losing what I just typed. Imagine I carefully write some regular expression in the search box, want to limit it to *.md files so I press the down arrow.. ooops, my regex is gone.
The proposed change here is to remember what I just typed into the field. For example, I write my regex, press down, realize that this is a history navigation command (which itself is debatable; shouldn't history navigation be triggered by Up only, like in terminal?) so I press the opposite arrow and my regex is back.
Thanks for considering this.
The text was updated successfully, but these errors were encountered: