Use the word 'keymap' more consistently
Co-authored-by: Keith Simmons <keith@zed.dev>
This commit is contained in:
parent
be11f63f1e
commit
ee3eb9658f
6 changed files with 15 additions and 17 deletions
|
@ -45,7 +45,7 @@ lazy_static! {
|
|||
.expect("failed to determine home directory")
|
||||
.join(".zed");
|
||||
pub static ref SETTINGS_PATH: PathBuf = ROOT_PATH.join("settings.json");
|
||||
pub static ref BINDINGS_PATH: PathBuf = ROOT_PATH.join("bindings.json");
|
||||
pub static ref KEYMAP_PATH: PathBuf = ROOT_PATH.join("keymap.json");
|
||||
}
|
||||
|
||||
pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::MutableAppContext) {
|
||||
|
@ -103,7 +103,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::MutableAppContext) {
|
|||
|
||||
workspace::lsp_status::init(cx);
|
||||
|
||||
settings::KeyMapFile::load_defaults(cx);
|
||||
settings::KeymapFile::load_defaults(cx);
|
||||
}
|
||||
|
||||
pub fn build_workspace(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue