Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use warp_core::safe_info;
|
||||
use warpui::{keymap::Keystroke, Entity, ModelContext, ModelHandle, ViewContext};
|
||||
use galaxy_core::safe_info;
|
||||
use galaxyui::{keymap::Keystroke, Entity, ModelContext, ModelHandle, ViewContext};
|
||||
|
||||
use crate::register::{valid_register_name, BLACK_HOLE_REGISTER};
|
||||
|
||||
@@ -1744,8 +1744,8 @@ pub struct VimState<'a> {
|
||||
pub showcmd: &'a str,
|
||||
}
|
||||
|
||||
/// This struct is a wrapper around the VimFSA that turns it into a warpui::Entity. We want to keep
|
||||
/// the VimFSA independent of our UI framework, so anything involving warpui should live here
|
||||
/// This struct is a wrapper around the VimFSA that turns it into a galaxyui::Entity. We want to keep
|
||||
/// the VimFSA independent of our UI framework, so anything involving galaxyui should live here
|
||||
/// instead.
|
||||
#[derive(Default)]
|
||||
pub struct VimModel {
|
||||
|
||||
Reference in New Issue
Block a user