config(zed): keymap for vim mode
parent
47f532f72d
commit
f76220a245
|
@ -5,5 +5,14 @@
|
||||||
"tab": "zed::NoAction",
|
"tab": "zed::NoAction",
|
||||||
"alt-right": "editor::AcceptInlineCompletion"
|
"alt-right": "editor::AcceptInlineCompletion"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "Editor && (vim_mode == normal || vim_mode == visual)",
|
||||||
|
"bindings": {
|
||||||
|
"; d": ["workspace::SendKeystrokes", "\" _ d"],
|
||||||
|
"; c": ["workspace::SendKeystrokes", "\" _ c"],
|
||||||
|
"; x": ["workspace::SendKeystrokes", "\" _ x"],
|
||||||
|
"space f": "editor::Format"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue