mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-31 08:04:39 +02:00
fix(keymaps): remove redundant ':' on lazy keymap (#977)
This commit is contained in:
parent
e018d07cce
commit
e9358d977a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ map("v", "<", "<gv")
|
|||
map("v", ">", ">gv")
|
||||
|
||||
-- lazy
|
||||
map("n", "<leader>l", "<cmd>:Lazy<cr>", { desc = "Lazy" })
|
||||
map("n", "<leader>l", "<cmd>Lazy<cr>", { desc = "Lazy" })
|
||||
|
||||
-- new file
|
||||
map("n", "<leader>fn", "<cmd>enew<cr>", { desc = "New File" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue