mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
fix minor issue where undo is not available in visual mode
This commit is contained in:
parent
6a237deb21
commit
0d31ea7cf2
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@
|
|||
{
|
||||
"context": "Editor && vim_mode == visual",
|
||||
"bindings": {
|
||||
"u": "editor::Undo",
|
||||
"c": "vim::VisualChange",
|
||||
"d": "vim::VisualDelete",
|
||||
"x": "vim::VisualDelete",
|
||||
|
|
Loading…
Reference in a new issue