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
13 changed files with 127 additions and 127 deletions

View File

@ -47,7 +47,7 @@ function M.telescope(builtin, opts)
---@diagnostic disable-next-line: inject-field
opts.attach_mappings = function(_, map)
-- opts.desc is overridden by telescope, until it's changed there is this fix
map("i", "<a-c>", open_cwd_dir, { desc = "Open cwd directory" })
map("i", "<a-c>", open_cwd_dir, { desc = "Open cwd Directory" })
return true
end
end