Skip to content

Commit a86f87f

Browse files
arthurvrmathiasbynens
authored andcommitted
.gvimrc: Don’t blink cursor in normal mode
Closes mathiasbynens#43 and mathiasbynens#473.
1 parent ea959c5 commit a86f87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gvimrc

+2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ set background=dark
33
colorscheme solarized
44
" Use 14pt Monaco
55
set guifont=Monaco:h14
6+
" Don’t blink cursor in normal mode
7+
set guicursor=n:blinkon0
68
" Better line-height
79
set linespace=8

0 commit comments

Comments
 (0)