Add enable vim mode checkbox to welcome screen
This commit is contained in:
parent
9f32a6e209
commit
4b2c24dd8c
4 changed files with 27 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue