Question

I've discovered many sources which have said it cannot be tightened up and that the space between letters within a word is not something the user can adjust. At first I didn't believe it, but after applying a few tips such as this and having the editor continue to display text with the letters evenly spaced, I wonder.

Has anyone experienced or come across a way to set letter spacing?

Was it helpful?

Solution

Vim (out of necessity, because it runs in the terminal) and GVIM (for consistency) use a cell-based addressing scheme, so they require a fixed-size matrix of screen cells. On Windows GVIM, you even can only use fonts that are fixed-width.

Therefore, the only way to influence the perceived spacing between letters is through the selected font (and its size). If you feel that the letters are too far apart, you need to either edit the font (to reduce the width of all characters), or choose another one.

GVIM does allow to tweak the vertical padding between screen lines through the 'linespace' option, though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top