mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-31 01:24:31 +03:00
Add !vimwaiting to togglecomment (#12552)
Release Notes: -Fixed #12483 It turns out to be very simple. `fg` has conflict with `gc` mapping so when you type g editor state is pending.
This commit is contained in:
parent
b1efea1100
commit
726f23e867
@ -568,7 +568,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "Editor && vim_mode == normal",
|
"context": "Editor && vim_mode == normal && !VimWaiting",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"g c c": "editor::ToggleComments"
|
"g c c": "editor::ToggleComments"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user