mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
fix: rename more appropriately (also a typo) (#378)
This commit is contained in:
parent
1f7be0bbad
commit
9dd2487529
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ return {
|
|||
},
|
||||
keys = {
|
||||
{ "<c-space>", desc = "Increment selection" },
|
||||
{ "<bs>", desc = "Schrink selection", mode = "x" },
|
||||
{ "<bs>", desc = "Decrement selection", mode = "x" },
|
||||
},
|
||||
---@type TSConfig
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue