feat: add carbon

This commit is contained in:
Tom Sorabella 2024-03-13 11:51:31 -04:00 committed by tsorabel
parent 020e6b2097
commit f988e271bb
2 changed files with 30 additions and 0 deletions

View file

@ -888,3 +888,6 @@ map({ 'n' }, '<leader>wb', '<cmd>vs<CR>', { desc = 'New [W]orkspace [B]uffer' })
-- Resize buffer (width)
-- map({ 'n' }, '<C-m>', '<cmd>vertical res -5^M<CR>', { desc = 'Buffer - width' })
map({ 'n' }, '<C-m>', '<cmd>vertical res +5^M<CR>', { desc = 'Buffer + width' })
--CarbonNow Screenshot
map({ 'v' }, '<leader>s', ':CarbonNow<CR>', { desc = '[S]creenshoot with carbon now' })