Skip to content

Any way to turn off all timeouts? #90

Answered by ggandor
macintacos asked this question in Q&A
Discussion options

You must be logged in to vote

`exit_after_idle_msecs = { labeled = 1500, unlabeled = 1000 }`
Timeout value, in milliseconds, after which the plugin should exit
unconditionally. (`unlabeled` refers to f/t-mode, and "cold-repeating" s/x
searches.) The feature can be disabled by setting the given value to `nil`.

The value of jump_on_partial_input_safety_timeout is relevant only when jumping to a unique character automatically. (It specifies for how long should b as a keystroke be ignored after jumping to an ab, when a is the only one in the window, so we are jumping right after pressing a.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ggandor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants