mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat: script: edit-clipboard
This commit is contained in:
parent
4977346e60
commit
f80d83bbd7
14 changed files with 133 additions and 71 deletions
|
|
@ -88,13 +88,13 @@ return {
|
|||
img_dirs = { "90 - System/Assets" },
|
||||
},
|
||||
},
|
||||
-- keys = {
|
||||
-- {
|
||||
-- "<leader>ft",
|
||||
-- function()
|
||||
-- require("snacks").explorer()
|
||||
-- end,
|
||||
-- desc = "Toggle File Explorer",
|
||||
-- },
|
||||
-- },
|
||||
keys = {
|
||||
{
|
||||
"<leader>ba",
|
||||
function()
|
||||
require("snacks").dashboard()
|
||||
end,
|
||||
desc = "Toggle Dashboard";
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue