summaryrefslogtreecommitdiff
path: root/dots/zed
diff options
context:
space:
mode:
authorHunt <lizhunt@amazon.com>2025-06-03 11:58:25 -0700
committerHunt <lizhunt@amazon.com>2025-06-03 11:58:25 -0700
commitee9ad10b5cc9850c3e2ed1946f70e0cef429fb48 (patch)
treeb6b0411b02127951cc28292425a35a1830c2758d /dots/zed
parent64d060d2730cd212b2932879036eb33f7336ef38 (diff)
downloaddotfiles-ee9ad10b5cc9850c3e2ed1946f70e0cef429fb48.tar.gz
dotfiles-ee9ad10b5cc9850c3e2ed1946f70e0cef429fb48.zip
Refactor
Diffstat (limited to 'dots/zed')
-rw-r--r--dots/zed/.config/zed/keymap.json2
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"
}
}
]