Add enable vim mode checkbox to welcome screen

This commit is contained in:
Joseph T. Lyons 2023-10-08 20:07:59 -04:00
parent 9f32a6e209
commit 4b2c24dd8c
4 changed files with 27 additions and 2 deletions

View file

@ -33,7 +33,7 @@ use workspace::{self, Workspace};
use crate::state::ReplayableAction;
struct VimModeSetting(bool);
pub struct VimModeSetting(pub bool);
#[derive(Clone, Deserialize, PartialEq)]
pub struct SwitchMode(pub Mode);