mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
vim: ctrl-c to exit visual mode
Fixes: zed-industries/community#1447 Contributes: zed-industries/community#1089
This commit is contained in:
parent
f83514cde4
commit
b055f594b0
1 changed files with 4 additions and 0 deletions
|
@ -305,6 +305,10 @@
|
|||
"vim::PushOperator",
|
||||
"Replace"
|
||||
],
|
||||
"ctrl-c": [
|
||||
"vim::SwitchMode",
|
||||
"Normal"
|
||||
],
|
||||
"> >": "editor::Indent",
|
||||
"< <": "editor::Outdent"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue