./src/vim -Nu NONE -U NONE --noplugin,^ to go to start of line$ to go to end of linegk to go one char aboveInstead of going one char above, we go to EOL (on the previous virtual line) because $ sets MAX_COL naively. IMO, this is strange behavior because if you move on char left and the right, it moves to the virtual line above.
I recognize this could break keymaps like $gk which previously went to EOL of the virtual line but i feel like this is a bit of anti pattern if it was done intentionally.
9.2.0338
OS: Mac, Darwin
TERMINAL: tmux + ghostty
TERM: tmux-256color
SHELL: /bin/zsh
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I’m happy to work on a fix if this is considered a bug. I was able to put together a hacky change and verified that it behaves the way I expected, but I wanted to get more opinions on what the intended behavior should be before moving forward. Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Only i think g_ is what i'm looking for not $. going to resolve although it feels a bit unintuitive to me
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()