LazyVim.LazyVim/lua/lazyvim/config
mbhutton 29ed06e000
fix(options): don't lower timeoutlen when in VS Code (#2568)
Avoid lowering timeoutlen when running in VS Code, to avoid
unwanted timeouts from key mappings.

The lower value of 300ms (down from Neovim's default of 1000ms)
works great outside of VS Code, where it helps trigger the which-key UI
quickly, and where which-key prevents timeouts from occuring.

But in VS Code (where which-key isn't applicable), the lower value
makes it difficult to perform some key mappings in time,
such as `]p`, which requires shifting hand position.
2024-03-07 11:39:57 +01:00
..
autocmds.lua fix(autocmds): nvim already binds q to close for man-files (#2594) 2024-03-07 11:38:36 +01:00
init.lua chore(main): release 10.10.0 (#2400) 2024-02-21 08:48:55 +01:00
keymaps.lua feat(keymaps): add function to toggle between light/dark backgrounds (#2088) 2024-01-21 19:52:36 +01:00
options.lua fix(options): don't lower timeoutlen when in VS Code (#2568) 2024-03-07 11:39:57 +01:00