Add command history based on current folder #13366
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Issue-Question
For questions or discussion
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Currently, when I press Up/Down arrow keys, the Terminal suggest previously entered commands.
I want to traverse only previously entered commands in current folder.
Example:
After following sequence of commands:
a new keyboard shorcut like
PageUp
orCtrl+Up
would suggestcd src\app
and thengit commit
, because they were the last commands executed in the directory.The text was updated successfully, but these errors were encountered: