|
ca37162cb7
|
fix(flit): use which-key preset keymap descriptions (#4000)
## Description
The flit config overrides the descriptions provided by the which-key
presets plugin for the `f`/`F`/`t`/`T` motions with an unhelpful
description text (just the key itself).
Remove the `desc` argument so that which-key uses the existing
description (e.g "Move before next char").
## Related Issue(s)
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
| Before | After |
| ------------- | ------------- |
|

|

|
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
|
2024-07-13 09:51:19 +02:00 |
|
|
8010f50aa5
|
fix(which-key): use new which-key support for native group keymaps (nop)
|
2024-06-06 10:46:56 +02:00 |
|
|
9c212d655a
|
fix(leap): add label to renamed surround mappings key group (#3211)
|
2024-05-18 10:11:05 +02:00 |
|
|
e37a699096
|
feat(mini.surround)!: move mini.surround to an extra
|
2024-05-16 21:25:51 +02:00 |
|
|
eb9f9a8862
|
fix(keymaps): update all keymap descriptions to be Title Case (#2844)
|
2024-03-27 08:56:44 +01:00 |
|
|
d28c69e49e
|
feat(mini.surround)!: default surround mappings are now gs instead of gz (unless you enabled the leap extra)
|
2023-10-04 00:25:44 +02:00 |
|
|
ae759b947b
|
feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
Use the `editor.leap` extra if you rather want to use leap/flit
|
2023-07-13 08:18:02 +02:00 |
|