summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-29 11:37:00 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-29 11:37:00 +0100
commit8f3af5c950b0d8ac78e232d97c12a330c2a53a8a (patch)
tree66e471264dd0b770ce1bdcc062e05f29cc8b27a6
parent3a46e5fbcf0c23ac569ea8bd33e400fab9d29624 (diff)
some additions
-rw-r--r--vimrc_geohot3
1 files changed, 3 insertions, 0 deletions
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 <leader>ev <C-w>s<C-w>j<C-w>L:e $MYVIMRC<cr>