Implement copy/cut/paste, only use iced_winit
This commit is contained in:
parent
03977fda6a
commit
a6976daa25
6 changed files with 74 additions and 310 deletions
|
|
@ -32,7 +32,7 @@ impl Tab {
|
|||
.unwrap();
|
||||
|
||||
let mut editor = ViEditor::new(editor);
|
||||
editor.set_passthrough(false);
|
||||
editor.set_passthrough(!cfg!(feature = "vi"));
|
||||
|
||||
Self {
|
||||
path_opt: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue