How can I display characters as if they are square in vim? The characters themselves don't need to be square, but if you were to draw a grid through all centre points of the characters it should make a square grid.

I would like to do this because I am designing a fortress layout for Dwarf Fortress. The game is set out on a square/cube grid.

link|improve this question

50% accept rate
1  
Are you using VIM in a terminal session? You can configure the terminal to use a square font rather than vim if so, which one is it? – Paul Jan 19 at 5:37
Yes, I am using bash 4.2.10. – Annan Jan 20 at 7:24
feedback

1 Answer

Create a square mono-spaced font from Courier using your favourite font-editor. Use that in your Terminal.

If you lack the patience for font editing and have charisma (or something) you can do this instead.

The intertubes suggested this to me but maybe it isn't really square.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.