.. ...

        // Press Ctrl+Shift+F to open the search box
        { "command": "find", "keys": "ctrl+shift+f" },

.. ...

// 2020.06.19 -sjadd
{ "command": "closePane", "keys": "ctrl+q"},
{ "command": "newTab", "keys": "ctrl+shift+t" },
{ "command": { "action": "switchToTab", "index": 0 }, "keys": "alt+1" },
{ "command": { "action": "switchToTab", "index": 1 }, "keys": "alt+2" },
{ "command": { "action": "switchToTab", "index": 2 }, "keys": "alt+3" },
{ "command": { "action": "switchToTab", "index": 3 }, "keys": "alt+4" },
{ "command": { "action": "switchToTab", "index": 4 }, "keys": "alt+5" },
{ "command": { "action": "switchToTab", "index": 5 }, "keys": "alt+6" },
{ "command": { "action": "switchToTab", "index": 6 }, "keys": "alt+7" },
{ "command": { "action": "switchToTab", "index": 7 }, "keys": "alt+8" },
{ "command": { "action": "switchToTab", "index": 8 }, "keys": "alt+9" },
{ "command": "scrollUpPage", "keys": "shift+pgup" },
{ "command": "scrollDownPage", "keys": "shift+pgdn" },
{ "command": "nextTab", "keys": "ctrl+tab" },
{ "command": "prevTab", "keys": "ctrl+shift+tab" },
{ "command": "nextTab", "keys": "ctrl+pgdn" },
{ "command": "prevTab", "keys": "ctrl+pgup" },
// 2020.06.19 -sjadd

 

docs.microsoft.com/ko-kr/windows/terminal/customize-settings/key-bindings

 

Windows 터미널 키 바인딩

Windows 터미널의 사용자 지정 키 바인딩을 만드는 방법에 대해 알아봅니다.

docs.microsoft.com

 

+ Recent posts