Update config
This commit is contained in:
parent
de76eeffc4
commit
9678e43efe
9 changed files with 128 additions and 11 deletions
|
|
@ -2,11 +2,6 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter' }, { command = 'checktime' })
|
||||
|
||||
vim.api.nvim_create_user_command('DeleteOtherBuffers', function()
|
||||
require('snacks').bufdelete.other()
|
||||
end, { desc = 'Delete Other Buffers' })
|
||||
|
||||
-- Resizing windows
|
||||
vim.keymap.set('n', '<A-h>', '<C-w>5<', { desc = 'Decrease window width' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue