mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Pull in modalkit repository with a Cargo.lock
(#208)
This commit is contained in:
parent
aa878f7569
commit
c5999bffc8
12 changed files with 76 additions and 100 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue