From 2beff446614055505726f2b2c8755be616f79afa Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 24 Apr 2015 13:04:56 -0700 Subject: [PATCH] another option that makes you go "why isn't this default?" --- home/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vimrc b/home/vimrc index 192bf62..65bcbdb 100644 --- a/home/vimrc +++ b/home/vimrc @@ -84,6 +84,7 @@ set ignorecase " insensitive searching set smartcase " except when uppercase is used set infercase " use existing case when ins-completing set tabstop=8 shiftwidth=8 smarttab " 8 space tabs +set virtualedit=block " allow cursor anywhere in visual block set foldmethod=marker set foldlevelstart=99 " start with everything unfolded...? let c_syntax_for_h=1 " use C highlighting for .h files