Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

leader key does not work

Open girishji opened this issue 2 years ago • 2 comments

Please remove the following line from options.lua timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds)

with the above line key (space) mapped to something the opens a popup (say Telescope find_files) will not work.

girishji avatar May 02 '22 14:05 girishji

try setting timeoutlen = 300 or even 1000,

gnmearacaun avatar May 14 '22 22:05 gnmearacaun

timeoutlen = 300 worked for me! Thanks.

azinsharaf avatar Aug 16 '22 18:08 azinsharaf