Pull in modalkit repository with a Cargo.lock (#208)

This commit is contained in:
Ulyssa
2024-02-28 23:00:25 -08:00
committed by GitHub
parent aa878f7569
commit c5999bffc8
12 changed files with 76 additions and 100 deletions

View File

@@ -58,8 +58,8 @@ use matrix_sdk::{
};
use modalkit::{
actions::Action,
editing::{
action::{Action, UIError, UIResult},
application::{
ApplicationAction,
ApplicationContentId,
@@ -78,6 +78,7 @@ use modalkit::{
command::{CommandContext, CommandDescription, VimCommand, VimCommandMachine},
keybindings::VimMachine,
},
errors::{UIError, UIResult},
key::TerminalKey,
keybindings::SequenceStatus,
prelude::{CommandType, WordStyle},