mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == normal",
|
||||
"context": "Editor && vim_mode == normal && !VimWaiting",
|
||||
"bindings": {
|
||||
"g c c": "editor::ToggleComments"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue