Update dotfiles/.config/zed/keymap.json

This commit is contained in:
2026-06-19 09:08:26 +02:00
parent a63bf5ca0d
commit abafeb025b
+1 -2
View File
@@ -15,8 +15,7 @@
{
"context": "Editor && vim_mode == insert",
"bindings": {
// "j k": "vim::NormalBefore"
"j k": ["workspace::SendKeystrokes", "escape"],
"j k": "vim::NormalBefore"
},
},
]