diff options
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/options.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/options.fnl b/fnl/settings/options.fnl index 9e0134a..1e9d712 100644 --- a/fnl/settings/options.fnl +++ b/fnl/settings/options.fnl @@ -39,7 +39,7 @@ ;; set term gui colors (most terminals support this) :termguicolors true ;; time to wait for a mapped sequence to complete (in milliseconds) - :timeoutlen 1000 + :timeoutlen 300 ;; enable persistent undo :undofile true ;; faster completion (4000ms default) |