feat: add oil - noice 🔥
This commit is contained in:
parent
3b6204cfd1
commit
38c554eb1c
5 changed files with 143 additions and 35 deletions
3
init.lua
3
init.lua
|
|
@ -960,3 +960,6 @@ map({ 'n' }, '<C-m>', '<cmd>vertical res +5^M<CR>', { desc = 'Buffer + width' })
|
|||
|
||||
--Screenshot with carbon now
|
||||
map({ 'v' }, '<leader>s', ':CarbonNow<CR>', { desc = '[S]creenshoot with carbon now' })
|
||||
|
||||
map({ 'n' }, '66', '<cmd>cnext<CR>', { desc = 'Quicklist next' })
|
||||
map({ 'n' }, '77', '<cmd>cprevious<CR>', { desc = 'Quicklist previous' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue