mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
now removing all selection when hitting the escape key
This commit is contained in:
@@ -16,3 +16,6 @@ color-modes = true
|
|||||||
normal = "block"
|
normal = "block"
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
select = "block"
|
select = "block"
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
esc = [ "collapse_selection", "keep_primary_selection" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user