stevearc / stickybuf.nvim

Neovim plugin for locking a buffer to a window
MIT License
246 stars 7 forks source link

Fix telescope not to enter insert mode (#4) #5

Closed yutkat closed 2 years ago

yutkat commented 2 years ago

I'm not sure why it would be in insert mode, but this approach worked fine for me. If you have a better approach, please close this PR.

fix: https://github.com/stevearc/stickybuf.nvim/issues/4

stevearc commented 2 years ago

Yeah, also no idea why this would cause a bounce to insert mode, but change looks good to me.