mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +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",
|
"vim::PushOperator",
|
||||||
"Replace"
|
"Replace"
|
||||||
],
|
],
|
||||||
|
"ctrl-c": [
|
||||||
|
"vim::SwitchMode",
|
||||||
|
"Normal"
|
||||||
|
],
|
||||||
"> >": "editor::Indent",
|
"> >": "editor::Indent",
|
||||||
"< <": "editor::Outdent"
|
"< <": "editor::Outdent"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue