diff --git a/vim/dot_vimrc b/vim/dot_vimrc index d88cd27..62fc442 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -112,6 +112,10 @@ set cursorline "Toggle highlighting with \hr (highlight row) nnoremap hr :set cursorline! +if has("gui_win32") + set guifont=Consolas:h10:b +endif + "enable line numbers set nu