diff options
Diffstat (limited to 'dots/zed/.config')
-rw-r--r-- | dots/zed/.config/zed/keymap.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/zed/.config/zed/keymap.json b/dots/zed/.config/zed/keymap.json index 816b7c6..674412b 100644 --- a/dots/zed/.config/zed/keymap.json +++ b/dots/zed/.config/zed/keymap.json @@ -8,7 +8,7 @@ { "context": "Editor", "bindings": { - // "j k": ["workspace::SendKeystrokes", "escape"] + "ctrl-enter": "editor::AcceptEditPrediction" } } ] |