diff options
author | Arthur Verschaeve <arthur.versch@gmail.com> | 2014-12-21 20:55:18 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-03-25 16:23:02 +0100 |
commit | a86f87f0545ecbeedfb735ddd1204d513ce520d3 (patch) | |
tree | 98e86bb6e29339732bced10f9258e519ab090c5f | |
parent | ea959c5706472c939ac6d0c01df8d1b1f58241b0 (diff) | |
download | dotfiles-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-- | .gvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |