-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35feab4
commit a7bc736
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# メタデータ | ||
- title=WSL2上のUbuntuのVimで矩形選択するための設定 | ||
- description=WSL2上のUbuntuのVimで矩形選択するための設定方法を紹介します。 | ||
- date=2024年9月24日(火) | ||
- update=2024年9月24日(火) | ||
- math=false | ||
- tag=others | ||
|
||
## はじめに | ||
WSL2上のUbuntuでVimを使用する際に矩形選択ができなかったので設定を変更しました。 | ||
|
||
## 環境 | ||
- Windows 11 | ||
- WSL2/Ubuntu 22.04 LTS | ||
|
||
## 矩形選択ができない問題 | ||
VimではCtrl+Vで矩形選択できますが、WSL2だとCtrl+Vはデフォルトで「貼り付け」に割り当てられています。 | ||
そのため、設定の変更が必要です。 | ||
|
||
## 設定方法 | ||
WSL2の設定を開いて(Ctrl+,で開けます)、 | ||
下記画像のように「操作」のタブから「貼り付け」の設定を変更します。 | ||
デフォルトだと「Ctrl+V」に設定されているので、 | ||
「Ctrl+Shift+V」に変更します。 | ||
|
||
![](../../images/2024/20240924_1.jpg) | ||
|
||
設定変更 | ||
|
||
## おわりに | ||
Vimで矩形選択するための設定方法を紹介しました。 |