feat: peek
This commit is contained in:
parent
b94daf0bd3
commit
9571595b6f
|
@ -36,7 +36,8 @@ local function setupKeybinds(obj, path)
|
||||||
setupKeybinds(keybinds, path .. "." .. name)
|
setupKeybinds(keybinds, path .. "." .. name)
|
||||||
else
|
else
|
||||||
-- Maps the keybind to the action
|
-- Maps the keybind to the action
|
||||||
mapSilent('n', keybinds, "<cmd>lua require('telescope" .. path .. "')." .. name .. "()<CR>")
|
mapSilent('n', keybinds, "<cmd>lua require('telescope" .. path ..
|
||||||
|
"')." .. name .. "()<CR>")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
obsidian # knowedge base
|
obsidian # knowedge base
|
||||||
# milkytracker # music tracker thingy
|
# milkytracker # music tracker thingy
|
||||||
spectacle # take screenshots
|
spectacle # take screenshots
|
||||||
|
peek # record gifs
|
||||||
vlc # video player
|
vlc # video player
|
||||||
gimp # image editing
|
gimp # image editing
|
||||||
# korganizer # calendar
|
# korganizer # calendar
|
||||||
|
|
Loading…
Reference in a new issue