mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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
|
@ -8,12 +8,12 @@ return {
|
|||
function()
|
||||
LazyVim.terminal.open({ "gitui" }, { esc_esc = false, ctrl_hjkl = false })
|
||||
end,
|
||||
desc = "gitui (cwd)" },
|
||||
desc = "GitUi (cwd)" },
|
||||
{ "<leader>gg",
|
||||
function()
|
||||
LazyVim.terminal.open({ "gitui" }, { cwd = LazyVim.root.get(), esc_esc = false, ctrl_hjkl = false })
|
||||
end,
|
||||
desc = "gitui (root dir)" }
|
||||
desc = "GitUi (Root Dir)" }
|
||||
},
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue