diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-12-29 00:47:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-29 00:47:47 +0300 |
commit | 7bd3b8991ce290e981d39d608a91bdc174b26f5d (patch) | |
tree | 57b5d4ce1231eb2cbcaf1865a91c6284a94dce90 /CHANGELOG.md | |
parent | 62d5b134b3c32b6b691bb6aa6304e3d5d5c28c6d (diff) | |
download | r-alacritty-7bd3b8991ce290e981d39d608a91bdc174b26f5d.tar.gz r-alacritty-7bd3b8991ce290e981d39d608a91bdc174b26f5d.tar.bz2 r-alacritty-7bd3b8991ce290e981d39d608a91bdc174b26f5d.zip |
Don't switch semantic/line selection when control is pressed
Changing block selection to regular semantic one doesn't feel intuitive,
thus don't switch to it when user has control pressed.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0aefe1..2a9efb5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its ### Changed - Always focus new windows on macOS +- Don't switch to semantic/line selection when control is pressed ### Fixed |