mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29: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
39
src/main.rs
39
src/main.rs
|
@ -89,30 +89,23 @@ use crate::{
|
|||
};
|
||||
|
||||
use modalkit::{
|
||||
editing::{
|
||||
action::{
|
||||
Action,
|
||||
Commandable,
|
||||
EditError,
|
||||
EditInfo,
|
||||
Editable,
|
||||
EditorAction,
|
||||
InfoMessage,
|
||||
InsertTextAction,
|
||||
Jumpable,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
TabAction,
|
||||
TabContainer,
|
||||
TabCount,
|
||||
UIError,
|
||||
WindowAction,
|
||||
WindowContainer,
|
||||
},
|
||||
context::Resolve,
|
||||
key::KeyManager,
|
||||
store::Store,
|
||||
actions::{
|
||||
Action,
|
||||
Commandable,
|
||||
Editable,
|
||||
EditorAction,
|
||||
InsertTextAction,
|
||||
Jumpable,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
TabAction,
|
||||
TabContainer,
|
||||
TabCount,
|
||||
WindowAction,
|
||||
WindowContainer,
|
||||
},
|
||||
editing::{context::Resolve, key::KeyManager, store::Store},
|
||||
errors::{EditError, UIError},
|
||||
key::TerminalKey,
|
||||
keybindings::{
|
||||
dialog::{Pager, PromptYesNo},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue