Skip to content

Commit

Permalink
chore(config): change default of persist_mode to false
Browse files Browse the repository at this point in the history
Many users are unlikely to have set the right keybindings to properly
take advantage of this setting so it shouldn't be true by default.
  • Loading branch information
akinsho committed Aug 4, 2022
1 parent b9f7e08 commit 53c9d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/toggleterm/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local config = {
terminal_mappings = true,
start_in_insert = true,
persist_size = true,
persist_mode = true,
persist_mode = false,
close_on_exit = true,
direction = "horizontal",
shading_factor = constants.shading_amount,
Expand Down

0 comments on commit 53c9d50

Please sign in to comment.