mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 03:30:12 +02:00
fix(keymaps): update all keymap descriptions to be Title Case (#2844)
This commit is contained in:
parent
7d570fad79
commit
eb9f9a8862
13 changed files with 127 additions and 127 deletions
|
@ -45,8 +45,8 @@ return {
|
|||
},
|
||||
cmd = { "TSUpdateSync", "TSUpdate", "TSInstall" },
|
||||
keys = {
|
||||
{ "<c-space>", desc = "Increment selection" },
|
||||
{ "<bs>", desc = "Decrement selection", mode = "x" },
|
||||
{ "<c-space>", desc = "Increment Selection" },
|
||||
{ "<bs>", desc = "Decrement Selection", mode = "x" },
|
||||
},
|
||||
---@type TSConfig
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue