feat: Add option to set initial_mode (#442)

This commit is contained in:
wordhou
2021-01-17 22:09:23 -06:00
committed by GitHub
parent c2039ca78d
commit 7e241aa0a4
3 changed files with 9 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ function config.set_defaults(defaults)
set("results_width", 0.8)
set("prompt_prefix", ">")
set("initial_mode", "insert")
set("border", {})
set("borderchars", { '', '', '', '', '', '', '', ''})