From 8f3af5c950b0d8ac78e232d97c12a330c2a53a8a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 29 May 2022 11:37:00 +0100 Subject: some additions --- vimrc_geohot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc_geohot b/vimrc_geohot index 16bf188..688a9bf 100644 --- a/vimrc_geohot +++ b/vimrc_geohot @@ -1,6 +1,8 @@ syntax on filetype plugin indent on "load plugin and indent files associated a detected filetype +set backspace=indent,eol,start " more powerful backspacing +set nocompatible set showmatch "highlights matching brackets on cursor hover set tabstop=4 set shiftwidth=4 @@ -20,6 +22,7 @@ set splitright " split new to the right when doing vertical set path+=** set nocp set t_Co=256 +set grepprg=/usr/local/bin/ag "" Quick Editing vimrc nnoremap ev sjL:e $MYVIMRC -- cgit v1.2.3