vim: ctrl-c to exit visual mode

Fixes: zed-industries/community#1447
Contributes: zed-industries/community#1089
This commit is contained in:
Conrad Irwin 2023-07-03 12:50:17 -06:00
parent f83514cde4
commit b055f594b0

View file

@ -305,6 +305,10 @@
"vim::PushOperator",
"Replace"
],
"ctrl-c": [
"vim::SwitchMode",
"Normal"
],
"> >": "editor::Indent",
"< <": "editor::Outdent"
}