※備忘録として、随時更新します
| 選択系 | コマンド |
|---|---|
| 矩形選択 | command + shift + option + 矢印キー |
| 同一単語一括選択 | command + shift + Lキー |
| 任意箇所を複数選択 | option + drag |
| 移動系 | コマンド |
|---|---|
| タブ移動 | ctrl + tab |
| タブ移動2 | command + shift + ] |
| 行移動 | option + 矢印キー(⬆︎or⬇︎) |
| 指定した行数に移動 | ctrl + G |
| カーソルを文字の先頭(最後)へ | command + ⇦(⇨) |
| カーソルの下に行挿入 | command + enter |
| カーソルの上に行挿入 | command + shift + enter |
| ファイル操作系 | コマンド |
|---|---|
| ファイル検索 | command + P |
| サイドバーを開く | command + B |
| タブ | コマンド |
|---|---|
| <%= %> | pe + tab |
| <% %> | er + tab |
行削除
command + shift + K
行コピペ
option + shift + 矢印キー(⬆︎or⬇︎)