LazyVim.LazyVim/lua/lazyvim/config
iniw 132986a624
fix(keymaps): remove unneeded and ambiguous <leader>w keymap (#5459)
## Description

The `<leader>w` mapping, described as "Windows", was causing potentially
timeout-related bugs with many other mappings that also started with
`<leader>w`.

The problems caused by this are described in detail in issue #5456 and
in discussion #4157.

@dpetka2001 Suggested removing it as an experiment, which I tried and
found to work.

<!--
  - Fixes #5456
  - Fixes #4157
-->

## Checklist

- [X] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-01-28 12:42:48 +01:00
..
autocmds.lua fix(autocmds): remove snacks_win from close_with_q, since they have their own keymaps 2024-12-10 00:31:36 +01:00
init.lua chore(main): release 14.8.0 (#5409) 2025-01-20 13:50:28 +01:00
keymaps.lua fix(keymaps): remove unneeded and ambiguous <leader>w keymap (#5459) 2025-01-28 12:42:48 +01:00
options.lua feat(snacks): added leader-ua to toggle global animations 2024-12-12 13:47:29 +01:00