feat: add carbon
This commit is contained in:
parent
020e6b2097
commit
f988e271bb
2 changed files with 30 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue