From 7a61e3414c772768c130ae05ee5a37e77f489bcd Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 15 Oct 2017 15:39:37 -0700 Subject: [PATCH] make backspacing work again Using the Vim from homebrew caused the backspace key to stop working. This fixes that issue. --- link/nix/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/link/nix/vimrc b/link/nix/vimrc index bd616ab..9311092 100644 --- a/link/nix/vimrc +++ b/link/nix/vimrc @@ -37,6 +37,7 @@ set termencoding=utf-8 set autoindent set background=dark +set backspace=2 set expandtab set fillchars+=stl:\ ,stlnc:\ set laststatus=2