From 644db93f9923c7f40d83ebd1ab8b7948837c949c Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Wed, 1 Feb 2017 09:44:03 +0000 Subject: [PATCH] Minor improvements --- vim/vimrc.symlink | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 4f7a3a0..d5687be 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -61,6 +61,14 @@ nnoremap l " Set editor shell to bash, for Syntastic compatibility set shell=bash +" Allow visual block mode to select anywhere. +" +" I want to use this to manage my ascii drawings +set virtualedit=block + +" I am always adding /g. No longer, suckers! +set gdefault + " Find files " " My fuzzy file finder has changed, but the commands I use to interact