now removing all selection when hitting the escape key

This commit is contained in:
aminnairi
2023-11-30 15:22:03 +01:00
parent e7f9df26a1
commit 85efc082cb
+3
View File
@@ -16,3 +16,6 @@ color-modes = true
normal = "block"
insert = "bar"
select = "block"
[keys.normal]
esc = [ "collapse_selection", "keep_primary_selection" ]