dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit e1a748f592682708e3c2a260e54820bceb1dbb68 (patch)
parent d4fc16ef4b138a5c52fcb4abd20d44dbce1b7e43
Author: Alex Karle <alex@karle.co>
Date:   Fri,  2 Aug 2019 23:28:22 -0400

gvim: update fonts for Linux gvim

I rarely use this these days, but I wanted to check it in anyways
because of the odd backslash behavior I had to google to figure out :)

Terminal Vim is superior, but I do get GUI's trying to open a text
editor every once in a while...

Diffstat:
Mvim/gvimrc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vim/gvimrc b/vim/gvimrc @@ -13,8 +13,10 @@ set guicursor=a:blinkon0 " Don't blink the cursor (not my thang) " Font that doesn't hurt my eyes at a size depending on the screen if has('gui_macvim') set guifont=Inconsolata:h15 -else +elseif has('win32') || has('win64') set guifont=Consolas:h11 +else + set guifont=Inconsolata\ 14 end " Bigger size on startup