JBakamovic/yavide

Change font size and save it

Closed this issue · 2 comments

I want to increase the font size and save it so that the default font size is not loaded every time I start yavide. I have also tried editing the core/.editor.vimrc file and changed the font from 9 to 12 but it doesn't increase the font size. How can I fix this?

You really should be able to do that by editing core/.editor.vimrc. Check if fonts have been installed properly, i.e. first check if fonts are available in ~/.fonts directory. Fonts installed in yavide are: powerline fonts so you can use powerline docs for additional debugging tips.

Fixed it, I was changing the file in the wrong directory.

Thanks!!

On Mon, Oct 24, 2016 at 10:23 AM, Jusufadis Bakamovic <
notifications@github.com> wrote:

You really should be able to do that by editing core/.editor.vimrc. Check
if fonts have been installed properly, i.e. first check if fonts are
available in ~/.fonts directory. Fonts installed in yavide are: powerline
fonts https://github.com/powerline/fonts so you can use powerline docs
https://powerline.readthedocs.io/en/latest/installation/linux.html#font-installation
for additional debugging tips.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#53 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARrhleRF_efHsRO9uTquu7idVyl5SbaTks5q3GrmgaJpZM4Ked5u
.

Regards

Ayush Dewan