0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ドラッグの範囲がおかしい

Posted at

VscodeやCursorでドラッグした範囲が行でなく短形選択になってしまうことの対処法

矩形選択と言うモードがデフォルトになっているのが原因でした。

VSCodeだと、WindowsはAlt + F(Macは ⌥ + F と記事に書かれてました)を押すと行の選択モードを切り替えることができます。

確実な方法としては

設定から変更する

VScodeの場合

設定/マウス と検索
「Column Selection」を解除する
スクリーンショット 2025-05-28 174459.png

Cursorの場合

ファイル/ユーザ設定/設定
マウス と検索
「Column Selection」を解除する
スクリーンショット 2025-05-28 174800.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?