Vim
Vim copied to clipboard
j and k don't move into the same column
Describe the bug If you push j or k and you are moving to a line with a different tab indentation the cursor doesn't stay in the same column even if it could have.
To Reproduce
- Start on a line that has no whitespace in the beginning
- Use j or k to move to a line that has tab characters in front of it
Also I believe you need to make sure tab display size is greater than 1
Expected behavior The cursor should stay in the same column if its possible
Screenshots 2024-01-21 15-15-02.webm
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.27.2
- VSCode version: 1.85.1
- OS: Windows, happens on Mac OS too
This is probably related to https://github.com/VSCodeVim/Vim/issues/8108
and it happens when you set the foldfix true in settings
"vim.foldfix": true
relates to #1323