Skip to content

Commit

Permalink
feat: increase default delay after on_key for terminal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Feb 10, 2025
1 parent 2f4a92a commit 98a9e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/smear_cursor/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ M.time_interval = 17 -- milliseconds
M.delay_event_to_smear = 1 -- milliseconds

-- Delay for `vim.on_key` to avoid redundancy with vim events triggers.
M.delay_after_key = 1 -- milliseconds
M.delay_after_key = 5 -- milliseconds

-- Smear configuration ---------------------------------------------------------

Expand Down

0 comments on commit 98a9e46

Please sign in to comment.