mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
Add '$' to select boundaries, for same behaviour as iTerm
This commit is contained in:
@ -2428,6 +2428,7 @@ pub fn selectWord(self: *Screen, pin: Pin) ?Selection {
|
|||||||
'}',
|
'}',
|
||||||
'<',
|
'<',
|
||||||
'>',
|
'>',
|
||||||
|
'$',
|
||||||
};
|
};
|
||||||
|
|
||||||
// If our cell is empty we can't select a word, because we can't select
|
// If our cell is empty we can't select a word, because we can't select
|
||||||
|
Reference in New Issue
Block a user