Skip to content

Commit

Permalink
Turn modal mode on by default for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed Dec 2, 2024
1 parent a9435c7 commit 06ac454
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: false,
modal_mode: true,
suspended_state: None,
painter,
transient_prompt: None,
Expand Down

0 comments on commit 06ac454

Please sign in to comment.