mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-23 20:24:28 +02:00
feat: added leader-L
to show the LazyVim changelog
This commit is contained in:
parent
8f9f76a96f
commit
9387ab388e
2 changed files with 11 additions and 0 deletions
|
@ -128,6 +128,9 @@ if vim.fn.has("nvim-0.9.0") == 1 then
|
|||
map("n", "<leader>ui", vim.show_pos, { desc = "Inspect Pos" })
|
||||
end
|
||||
|
||||
-- LazyVim Changelog
|
||||
map("n", "<leader>L", Util.changelog, {desc = "LazyVim Changelog"})
|
||||
|
||||
-- floating terminal
|
||||
local lazyterm = function() Util.float_term(nil, { cwd = Util.get_root() }) end
|
||||
map("n", "<leader>ft", lazyterm, { desc = "Terminal (root dir)" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue