Replies: 4 comments 7 replies
-
Ghostty supports this. I’m not at a computer to double check the correct modifiers to press but it is supported. |
Beta Was this translation helpful? Give feedback.
-
Yes, if your DE is intercepting the |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to allow holding only I'm used to this from gnome-terminal and it's very much ingrained in my brain to use this modifier only. And I'm left-handed and use my touch pad, and holding |
Beta Was this translation helpful? Give feedback.
-
is there a way to use visual selection mode like in vim? i can use the mouse to select text using ctrl+alt but i would like to keep my fingers on the keyboard and not have to reach for the mouse... |
Beta Was this translation helpful? Give feedback.
-
One feature I find highly useful in a terminal is the ability select a rectangular block of text. On the macOS terminal this can be done by holding
opt
while clicking and dragging the cursor over text. And for another example, the documentation for this feature in wezterm is here, where it describes theSelectTextAtMouseCursor("Block")
action.Block selection is particularly helpful in the context of a tool like tmux, where a user might want to select multiple lines of text in one pane, without pulling in text from a neighboring horizontal split.
From my initial read through of the Ghostty documentation, I haven't seen any mention of block or rectangular selection. Is it available? If not I think it would be a great feature to add!
Beta Was this translation helpful? Give feedback.
All reactions