Mangled display in vim on zoom level #21
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tux/shellstation#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When enlarging the display with CTRL + and editing a file with many lines in vim, navigating within the lines becomes impossible as only odd numbers are shown instead of the file content, see screenshot.
Zooming back to default does not solve the issue, it only displays more numbers on the right side then, see screenshot2.
EDIT: I realized what the numbers are, it's the indication in vim for the current line and character position, which is usually at the bottom right corner. At a higher zoom level the position gets messed up and can't be fixed by resetting the zoom. When zooming out instead in, the issue does not occur.