-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor starts at column 2 #330
Comments
Hey, thanks for the report. That said, do you experience this every time you open the file? |
Yes, but I only experience it when using telescope-file-browser. |
Based on what I observe throughout my day, it appears that this issue only occurs when you are in Telescope's normal mode (i.e., when exiting insert mode within Telescope) and then enter a file. This weird cursor behavior doesn't seem to manifest when entering a file in Telescope without exiting insert mode. |
Ok yeah you're right it's a normal mode issue. It also happens with |
Description
When opening a file with the telescope-file-browser plugin, whether through a keymap or when opening a directory with Neovim, the cursors start at column 2.
Neovim version
Operating system and version
WSL2 - Debian GNU/Linux 12 (bookworm)
Steps to reproduce
nvim .
<leader>f
(my keybinding)Expected behavior
Cursor starts at column 1.
Actual behavior
Cursor starts at column 2.
(Sorry I couldn't upload screen record our internet speed is crawling)
Minimal config
The text was updated successfully, but these errors were encountered: