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
{"key": "ctrl+r","command": "workbench.action.terminal.runRecentCommand","when": "terminalFocus"},// Allow ctrl+r again to go to the next command in the quick pick{"key": "ctrl+r","command": "workbench.action.quickOpenNavigateNextInViewPicker","when": "inQuickOpen && inTerminalRunCommandPicker"},// Fallback to the shell's native ctrl+r{"key": "ctrl+alt+r","command": "workbench.action.terminal.sendSequence","args": {"text": "\u0012"/*^R*/},"when": "terminalFocus"}
The text was updated successfully, but these errors were encountered:
Refs: #154016
Complexity: 3
Authors: @Tyriar, @meganrogge
Create Issue
We made some tweaks to the run recent command quick pick to bring the experience closer to regular reverse search in shells. Please test the features called out in https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_70.md#run-recent-command-as-a-replacement-for-reverse-search
Try adding and using these keybindings:
The text was updated successfully, but these errors were encountered: