fix(keymaps): update all keymap descriptions to be Title Case (#2844)

This commit is contained in:
Kevin Traver 2024-03-27 00:56:44 -07:00 committed by GitHub
parent 7d570fad79
commit eb9f9a8862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 127 additions and 127 deletions

View file

@ -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