diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-06 14:05:35 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-06 14:05:35 +0100 |
commit | 36698dbd11ab5d59ca1c377a3304b44e61f9b239 (patch) | |
tree | abf3bda17bbdccc0afb135482f9d294be9edeaf2 /vim/vimrc | |
parent | 9fff448654308b1e1b3d1129c0255544f56c25cc (diff) |
added stuff
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ noremap k gk set shell=/bin/sh set hi=500 set novisualbell -set nonumber "show line numbers +set number "show line numbers set wildmenu "enable a menu that shows tab completion options in the status bar set wildchar=<TAB> set showmatch "highlights matching brackets on cursor hover @@ -122,7 +122,7 @@ set equalalways set showmode set nobackup set listchars=tab:»→,trail:␣ -set grepprg=/usr/local/bin/ag +set grepprg=/usr/bin/ag " i don't bother with folding, but it's here if i need it. if has('folding') |