Open neilsimp1 opened 4 weeks ago
I'm also noticing this with the same keybindings as you
vim.api.nvim_set_keymap('n', '<C-[>', '<cmd>BufferLineCyclePrev<cr>', { noremap = true, silent = true })
vim.api.nvim_set_keymap('n', '<C-]>', '<cmd>BufferLineCycleNext<cr>', { noremap = true, silent = true })
and weirdly when I map <esc>
to nothing, the keybind <C-[>
stops working
vim.api.nvim_set_keymap('n', '<esc>', '', { noremap = true, silent = true })
Is there an existing issue for this?
What happened?
If I press Escape while in Normal mode, the current tab in bufferline moves one to the left.
What did you expect to happen?
Expected behaviour: If already in normal mode, I expect nothing to happen.
Config
Additional Information
...
commit
No response