Big commit biiiig commit
This commit is contained in:
parent
5887fc58e2
commit
0ed010f399
18 changed files with 815 additions and 380 deletions
|
|
@ -11,7 +11,7 @@ return {
|
|||
local map = vim.api.nvim_set_keymap
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
map('n', '<tab>', '<Cmd>BufferPrevious<CR>', opts)
|
||||
map('n', '<tab>', '<Cmd>BufferNext<CR>', opts)
|
||||
map('n', '<S-tab>', '<Cmd>BufferPrevious<CR>', opts)
|
||||
map('n', '<leader>xx', '<Cmd>BufferClose<CR>', vim.tbl_extend('force', opts, { desc = '[X] Close buffer' }))
|
||||
map('n', '<leader>xl', '<Cmd>BufferCloseBuffersLeft<CR>', vim.tbl_extend('force', opts, { desc = '[L] Close all buffers left' }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue