mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 02:44:50 +03:00
fix minor issue where undo is not available in visual mode
This commit is contained in:
parent
6a237deb21
commit
0d31ea7cf2
@ -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 New Issue
Block a user