--- lang: ja-jp breaks: true --- # Visual Studio Code の `Ctrl`+`W` を 単純な単語の選択に割り当てる 2021-05-10 Visual Studioと同じキーバインドにしたい。 「Visual Studio Keymap for Visual Studio Code」をインストールすると、`ctrl`+`W`は「editor.action.smartSelect.expand」に割り当てられる。 この割り当てを、「editor.action.addSelectionToNextFindMatch」(選択した項目を次の一致項目に追加)に変更すると一発で単語選択できるようになる。 1. `Visual Studio Keymap`の`editor.action.smartSelect.expand`「選択範囲を拡張」を削除  2. 必要に応じて `Ctrl + W` で検索してキーバインドを削除または変更する  2. `editor.action.addSelectionToNextFindMatch` に `Ctrl` + `W` を割り当てる  ###### tags: `Visual Studio Code` `キーバインド`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up