開始行: * キーワード [#gd38e85a] - Visual Studio Code - ショートカット - ctrl-[ - エスケープ - アウトデント * 現象 [#ra9e9ca2] &color(red){※ 2017-07-04時点では解決済みか?}; 拡張機能Vimを入れても「ctrl-[」でアウトデントしてしまう。 Atomに続きお前もか!と思った。 * 原因 [#xd6fb19c] useCtrlKeysが無効になっているから。公式にちゃんと書いてあ... * 対策 [#f40a2bdd] - ファイル > 基本設定 > ユーザー設定 で次を打ち込んでおく。 // 既定の設定を上書きするには、このファイル内に設定を挿... { // 1 つのタブに相当するスペースの数。`editor.detectInd... "editor.tabSize": 2, // 有効にすると、ファイルの保存時に末尾の空白をトリミ... "files.trimTrailingWhitespace": true, // Enable some vim ctrl key commands that override oth... "vim.useCtrlKeys": true, "editor.cursorStyle": "block" } 必要なのは次だけです。 - vim.useCtrlKeys - editor.cursorStyle * 備考 [#q4e668ba] 一番下のeditor.cursorStyleは動的に入力モードに応じて動的... * 参考 [#uea1dd98] - [[GitHub - VSCodeVim/Vim: Vim for Visual Studio Code>ht... 終了行: * キーワード [#gd38e85a] - Visual Studio Code - ショートカット - ctrl-[ - エスケープ - アウトデント * 現象 [#ra9e9ca2] &color(red){※ 2017-07-04時点では解決済みか?}; 拡張機能Vimを入れても「ctrl-[」でアウトデントしてしまう。 Atomに続きお前もか!と思った。 * 原因 [#xd6fb19c] useCtrlKeysが無効になっているから。公式にちゃんと書いてあ... * 対策 [#f40a2bdd] - ファイル > 基本設定 > ユーザー設定 で次を打ち込んでおく。 // 既定の設定を上書きするには、このファイル内に設定を挿... { // 1 つのタブに相当するスペースの数。`editor.detectInd... "editor.tabSize": 2, // 有効にすると、ファイルの保存時に末尾の空白をトリミ... "files.trimTrailingWhitespace": true, // Enable some vim ctrl key commands that override oth... "vim.useCtrlKeys": true, "editor.cursorStyle": "block" } 必要なのは次だけです。 - vim.useCtrlKeys - editor.cursorStyle * 備考 [#q4e668ba] 一番下のeditor.cursorStyleは動的に入力モードに応じて動的... * 参考 [#uea1dd98] - [[GitHub - VSCodeVim/Vim: Vim for Visual Studio Code>ht... ページ名: