aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Verschaeve <arthur.versch@gmail.com>2014-12-21 20:55:18 +0100
committerMathias Bynens <mathias@qiwi.be>2015-03-25 16:23:02 +0100
commita86f87f0545ecbeedfb735ddd1204d513ce520d3 (patch)
tree98e86bb6e29339732bced10f9258e519ab090c5f
parentea959c5706472c939ac6d0c01df8d1b1f58241b0 (diff)
downloaddotfiles-a86f87f0545ecbeedfb735ddd1204d513ce520d3.tar.gz
dotfiles-a86f87f0545ecbeedfb735ddd1204d513ce520d3.tar.bz2
dotfiles-a86f87f0545ecbeedfb735ddd1204d513ce520d3.zip
.gvimrc: Don’t blink cursor in normal mode
Closes #43 and #473.
-rw-r--r--.gvimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gvimrc b/.gvimrc
index 33469b0..d2044d0 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -3,5 +3,7 @@ set background=dark
colorscheme solarized
" Use 14pt Monaco
set guifont=Monaco:h14
+" Don’t blink cursor in normal mode
+set guicursor=n:blinkon0
" Better line-height
set linespace=8