Y
Hacker News
new
|
ask
|
show
|
jobs
by
esafak
326 days ago
Isn't it the opposite; use proportional fonts in the terminal but not code, where alignment matters? I am giving it a try, and I like it on first impression.
3 comments
babypuncher
326 days ago
Tons and tons of terminal apps are written assuming a monospace font. Alignment matters and you don't have much control over that.
In code, you can always choose a style that discourages spatial alignment.
link
Jaxan
326 days ago
Alignment in the terminal matters. Even something like ls uses columns.
link
fainpul
326 days ago
Terminals usually don't support proportional fonts.
link
In code, you can always choose a style that discourages spatial alignment.