aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-12-29 00:47:47 +0300
committerGitHub <noreply@github.com>2024-12-29 00:47:47 +0300
commit7bd3b8991ce290e981d39d608a91bdc174b26f5d (patch)
tree57b5d4ce1231eb2cbcaf1865a91c6284a94dce90 /CHANGELOG.md
parent62d5b134b3c32b6b691bb6aa6304e3d5d5c28c6d (diff)
downloadr-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.md1
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