Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+4 -4
View File
@@ -3,10 +3,10 @@ use serde::{Deserialize, Serialize};
#[cfg(not(test))]
use std::env::var_os;
use vec1::{vec1, Vec1};
use warpui::keymap::Keystroke;
use galaxyui::keymap::Keystroke;
#[cfg(not(test))]
use warpui::keymap::Trigger;
use warpui::AppContext;
use galaxyui::keymap::Trigger;
use galaxyui::AppContext;
use anyhow::Context;
@@ -95,7 +95,7 @@ where
#[cfg(not(test))]
pub fn keybinding_file_path() -> std::path::PathBuf {
warp_core::paths::config_local_dir().join(KEYBINDINGS_FILE_NAME)
galaxy_core::paths::config_local_dir().join(KEYBINDINGS_FILE_NAME)
}
/// Save the custom keybindings map to disk.