Update
This commit is contained in:
@@ -33,7 +33,7 @@ return {
|
||||
{ icon = " ", key = "s", desc = "Restore Session", section = "session" },
|
||||
{ icon = " ", key = "x", desc = "Lazy Extras", action = ":LazyExtras" },
|
||||
{ icon = " ", key = "l", desc = "Lazy", action = ":Lazy" },
|
||||
{ icon = " ", key = "q", desc = "Quit", action = ":qa" },
|
||||
{ icon = " ", key = "q", desc = "Quit", action = ":qa" },
|
||||
},
|
||||
header = [[
|
||||
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
|
||||
@@ -50,6 +50,7 @@ return {
|
||||
{ section = "projects", padding = 1, gap = 1 },
|
||||
{ title = "Options", padding = 1 },
|
||||
{ section = "keys", gap = 1 },
|
||||
{ section = "startup" },
|
||||
},
|
||||
},
|
||||
picker = {
|
||||
@@ -66,6 +67,8 @@ return {
|
||||
{ "<c-/>", function() Snacks.terminal(nil, { cwd = vim.fn.expand("%:p:h") }) end, desc = "Toggle Terminal" },
|
||||
{ "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference", mode = { "n", "t" } },
|
||||
{ "[[", function() Snacks.words.jump(-vim.v.count1) end, desc = "Prev Reference", mode = { "n", "t" } },
|
||||
{ "<leader>E", function() Snacks.explorer({ cwd = LazyVim.root() }) end, desc = "Explorer Snacks (root dir)", },
|
||||
{ "<leader>e", function() Snacks.explorer() end, desc = "Explorer Snacks (cwd)", },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user