Add '$' to select boundaries, for same behaviour as iTerm

This commit is contained in:
Toby Jaffey
2024-12-11 23:38:34 +00:00
parent ab60fbc096
commit 5ef422b69a

View File

@ -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