iTerm にはマウス選択範囲にオプションがあった。
知らんかった。iTerm 数年使ってるけど、iTermの設定や使い方は突っ込んだことがなかった。
公式のFAQにこのような記述がある。
Q: What modifier keys affect marking a selection for copy and paste?
A: If you hold down modifier keys while making a selection, the behavior changes in various ways:
- Alt/Option: Mouse reporting will be disabled. If you're using vim and you can't make a selection, try holding down the alt key and see if that fixes it.
- Alt + Cmd: Make a rectangular selection.
- Shift: Extend an existing selection.
- Alt + Shift: Extend a rectangular selection.
- Cmd: Make a discontinuous selection
Q. iTerm に修飾キー押しながらマウスで選択したときどうなりますか?
A). 修飾キーを押しながらマウスで選択しときに、その修飾キーごとに操作がことなる
- Alt/ Option を押しながら-- アプリ側にマウス動作を通知しない、tmux/screen/Vimなどにマウストラックキングをオンにしている場合に便利
- Alt + CMD を押しながら -- 箱型選択!
- Shift を押しながら -- 既存選択範囲をクリック位置まで拡張
- Alt +Shift を押しながら -- 既存箱型選択の末尾から選択範囲を拡張
- Cmd を押しながら -- 複数箇所を選択できるぜ
箱型選択!
箱型選択できたんですね。革命的!
その他にも
Additionally, you can affect other mouse-related activities with modifier keys:
Dragging a selection copies and pastes it. If you keep doing this by accident, turn on *Prefs > Advanced > To drag images or selected text, you must hold ⌘. This prevents accidental drags.. Cmd+click on a URL opens it.
- URLの上で、CMD+クリックでURLを開く(右クリックならURLコピー
- *Prefs > Advanced > To drag images or selected text をONにした状態でCMD押しながらドラッグすると、ドラッグでコピーしてドロップ位置にペーストする。
URLのクリックは便利!