diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-06-17 21:50:42 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-06-17 21:50:42 +0200 |
commit | 80800170c3cc588ec28a64b684b83bc9eaad7758 (patch) | |
tree | 3ad8ec09e7a36c5341ad44dbdfcaa33c053a1501 /fnl/settings/options.fnl | |
parent | 36d6d7e1607893b34f796e6ec55f10515e7541da (diff) |
Update timeoutlen
Diffstat (limited to 'fnl/settings/options.fnl')
-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 51cfb98..99f3e5b 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 300 + :timeoutlen 1000 ;; enable persistent undo :undofile true ;; faster completion (4000ms default) |