mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
parent
a955968de3
commit
c703e20a06
@ -138,7 +138,7 @@ that you can't live without. You can restore them to their defaults by copying t
|
||||
"context": "Editor && !menu",
|
||||
"bindings": {
|
||||
"ctrl-c": "editor::Copy", // vim default: return to normal mode
|
||||
"ctrl-x": "editor::Cut", // vim default: increment
|
||||
"ctrl-x": "editor::Cut", // vim default: decrement
|
||||
"ctrl-v": "editor::Paste", // vim default: visual block mode
|
||||
"ctrl-y": "editor::Undo", // vim default: line up
|
||||
"ctrl-f": "buffer_search::Deploy", // vim default: page down
|
||||
|
Loading…
Reference in New Issue
Block a user