feat: peek
This commit is contained in:
parent
b94daf0bd3
commit
9571595b6f
|
@ -36,7 +36,8 @@ local function setupKeybinds(obj, path)
|
|||
setupKeybinds(keybinds, path .. "." .. name)
|
||||
else
|
||||
-- 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
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
obsidian # knowedge base
|
||||
# milkytracker # music tracker thingy
|
||||
spectacle # take screenshots
|
||||
peek # record gifs
|
||||
vlc # video player
|
||||
gimp # image editing
|
||||
# korganizer # calendar
|
||||
|
|
Loading…
Reference in a new issue