0

I want to change the hotkeys for cycling recent commands when terminal has focus but I cant find the command names I need. I looked around in .Json file but did not find the two commands.

Something like below is what I have in mind, Only that I am missing command name.

{ "key": "F1", "command": ".....", "when": "terminalFocus"},

Am on Win10 Thank you.

Netmano93
  • 75
  • 1
  • 7
  • Also see https://stackoverflow.com/a/55336498/836330 for more info. – Mark Jun 13 '21 at 19:37
  • Also, you won't find vscode commands for those operations because those are shell commands (and may vary by shell). But as the links show you can send an uparrow or downarrow to the terminal and achieve the same thing. – Mark Jun 13 '21 at 19:39
  • Sorry about that, I plan to improve on my searching skills. Thank you for link – Netmano93 Jun 15 '21 at 10:48

0 Answers0