Changing the shortcut for closing buffers to not keep the split open as that is potentially no longer required in my workflow.
This commit is contained in:
parent
68d00cde99
commit
eddd47992d
@ -34,7 +34,8 @@ vim.keymap.set('n', 'J', 'mzJ`z')
|
||||
-- Switch or close buffers in the window
|
||||
vim.keymap.set('n', '<leader>n', ':bn<CR>', options)
|
||||
vim.keymap.set('n', '<leader>p', ':bp<CR>', options)
|
||||
vim.keymap.set('n', '<leader>x', ':bp|bd #<CR>', options)
|
||||
vim.keymap.set('n', '<leader>x', ':bd<CR>', options)
|
||||
-- vim.keymap.set('n', '<leader>x', ':bp|bd #<CR>', options)
|
||||
|
||||
-- Toggle spellcheck
|
||||
vim.keymap.set('n', '<leader>s', ':set spell!<CR>', options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user