Use the word 'keymap' more consistently
Co-authored-by: Keith Simmons <keith@zed.dev>
This commit is contained in:
co-authored by
Keith Simmons
parent
be11f63f1e
commit
ee3eb9658f
@@ -24,7 +24,7 @@ impl<'a> VimTestContext<'a> {
|
||||
editor::init(cx);
|
||||
crate::init(cx);
|
||||
|
||||
settings::KeyMapFile::load("keymaps/vim.json", cx).unwrap();
|
||||
settings::KeymapFile::load("keymaps/vim.json", cx).unwrap();
|
||||
});
|
||||
|
||||
let params = cx.update(WorkspaceParams::test);
|
||||
|
||||
Reference in New Issue
Block a user