新石器Wiki

近年はシリコン(石)から進化した便利なもので溢れる時代。そんな気になった事や試した事など記す。

ユーザ用ツール

サイト用ツール


software:vscode:vscode-emadcs-keybindings


差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
software:vscode:vscode-emadcs-keybindings [2023/06/26 10:33] yokosoftware:vscode:vscode-emadcs-keybindings [2026/07/24 10:48] (現在) yoko
行 164: 行 164:
     },     },
     {     {
-        "key": "ctrl-i",+        "key": "ctrl+q ctrl+i",
         "command": "tab",         "command": "tab",
         "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus"         "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus"
     },     },
 +    {
 +        "key": "ctrl+q ctrl+f",
 +        "command": "editor.action.addSelectionToNextFindMatch",
 +        "when": "editorFocus"
 +    },    
     // サイドバーのファイラーへ移動(戻る)     // サイドバーのファイラーへ移動(戻る)
     {     {
-        "key": "ctrl-z o",+        "key": "ctrl-z ctrl-o",
         "command": "workbench.view.explorer"                 "command": "workbench.view.explorer"        
     },     },
行 186: 行 191:
 | C-z C-a     | バッファー先頭に移動        | cursorTop                        | | C-z C-a     | バッファー先頭に移動        | cursorTop                        |
 | C-z C-e     | バッファー末尾に移動        | cursorBottom                     | | C-z C-e     | バッファー末尾に移動        | cursorBottom                     |
-| C-i         | タブ                        | tab                              | +C-q C-i     | タブ                       | tab                              | 
-| C-z o       | サイドバーのファイラへ移動  | workbench.view.explorer          |+| C-z C-    | サイドバーのファイラへ移動  | workbench.view.explorer          |
  
  
software/vscode/vscode-emadcs-keybindings.1687743217.txt.gz · 最終更新: by yoko