You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up bufferline with the minimal configuration (just calling require('bufferline').setup {}, opening a new buffer from Telescope (find_files) causes the new buffer to automatically open in insert mode, as if "a" was pressed. This doesn't happen with just Telescope, and it doesn't happen with bufferline from netrw.
What did you expect to happen?
Buffers open in normal mode
Config
Bufferline:
{
'akinsho/bufferline.nvim',
version="*",
dependencies='nvim-tree/nvim-web-devicons',
config=function()
require('bufferline').setup {}
end
}
Is there an existing issue for this?
What happened?
After setting up bufferline with the minimal configuration (just calling
require('bufferline').setup {}
, opening a new buffer from Telescope (find_files
) causes the new buffer to automatically open in insert mode, as if "a" was pressed. This doesn't happen with just Telescope, and it doesn't happen with bufferline from netrw.What did you expect to happen?
Buffers open in normal mode
Config
Bufferline:
Telescope:
Additional Information
...
commit
No response
The text was updated successfully, but these errors were encountered: