Skip to content

Commit

Permalink
Disable default modal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed Dec 3, 2024
1 parent a23024c commit cdb9b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl Reedline {
history_excluded_item: None,
history_cursor_on_excluded: false,
input_mode: InputMode::Regular,
modal_mode: true,
modal_mode: false,
suspended_state: None,
painter,
transient_prompt: None,
Expand Down

0 comments on commit cdb9b29

Please sign in to comment.