VoxelPrismatic / rabbit.nvim

Quickly jump between buffers
56 stars 0 forks source link

InsertEnter event doesn't work as expected #10

Closed VoxelPrismatic closed 4 months ago

VoxelPrismatic commented 4 months ago

Summary

When closing Rabbit by entering insert mode, the cursor jumps to the first byte of the file

Steps to reproduce

  1. Scroll down to somewhere in the file
  2. Open Rabbit
  3. Hit i (or any other InsertEnter key)

Observed result

The cursor moves to the first column of the first line

Expected result

The cursor would stay put

Version details

Rabbit: \<dev/latest> Nvim: v0.10.0 OS: Linux; Ubuntu 22.04 Shell: Konsole