dashboard sessions

This commit is contained in:
Christoph J. Scherr 2023-09-06 18:36:22 +02:00
parent d8f1bec118
commit 61aec4af32
2 changed files with 6 additions and 1 deletions

View File

@ -352,4 +352,3 @@ map('n', '<leader>uh', function()
vim.o.background = 'dark' vim.o.background = 'dark'
end end
end, { desc = 'Toggle background dark/light' }) end, { desc = 'Toggle background dark/light' })
-- vim: set ts=2 sw=2 tw=80 noet :

View File

@ -43,6 +43,12 @@ return {
action = 'Neorg workspace main', action = 'Neorg workspace main',
key = 'o', key = 'o',
}, },
{
desc = '󰘁 Sessions',
group = 'Number',
action = 'Telescope persisted',
key = 's',
},
}, },
}, },