Watch ~/.zed/bindings.json file for custom key bindings
Co-authored-by: Keith Simmons <keith@zed.dev>
This commit is contained in:
parent
92a5c30389
commit
be11f63f1e
8 changed files with 110 additions and 60 deletions
|
@ -24,7 +24,7 @@ impl<'a> VimTestContext<'a> {
|
|||
editor::init(cx);
|
||||
crate::init(cx);
|
||||
|
||||
settings::keymap_file::load_built_in_keymaps(cx);
|
||||
settings::KeyMapFile::load("keymaps/vim.json", cx).unwrap();
|
||||
});
|
||||
|
||||
let params = cx.update(WorkspaceParams::test);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue