feat: keep windows layout when closing buffers
This commit is contained in:
parent
100f65c951
commit
994d1b28a1
2 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,7 @@ vim.api.nvim_create_autocmd("TermOpen", {
|
|||
})
|
||||
|
||||
-- buffer closing
|
||||
nnoremap("gq", ":bdelete<CR>")
|
||||
nnoremap("gq", ":Bdelete<CR>")
|
||||
|
||||
-- toggle search highlighting
|
||||
vim.cmd('nnoremap <expr> * v:hlsearch ? ":nohlsearch<cr>" : "*"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue