editor mode in editor.rs
Co-authored-by: Oleksiy Syvokon <oleksiy.syvokon@gmail.com>
This commit is contained in:
parent
854b7e104e
commit
57a0bb327d
10 changed files with 89 additions and 18 deletions
|
@ -23,6 +23,7 @@ pub struct EditorModeSetting(pub EditorMode);
|
|||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Serialize, Deserialize, JsonSchema, Default)]
|
||||
pub enum EditorMode {
|
||||
Vim,
|
||||
VimInsert,
|
||||
Helix,
|
||||
#[default]
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue